|
|
|
|
|
by theiasson
1830 days ago
|
|
Nice tool. I just found that if you have fields separated by arbitrary whitespaces, piping that through xargs trims multiple whitespaces into a single whitespace. ```$ echo "words are far apart" | xargs``` Although, it does have its caveats. https://stackoverflow.com/a/12973694 |
|