|
|
|
|
|
by JonChesterfield
784 days ago
|
|
Sed confuses me more than awk but you're right. That would also remove the only use of awk in my makefile (sed is there already for hacking around spaces in filenames). Whitespace padding output in sed is probably horrible, column looks simpler than printf via bash or trying to use make's $info. |
|
https://www.grymoire.com/Unix/Sed.html
as a reference some might occasionally swear by.