linux:sed:remove_all_whitespace_including_tabs_from_string
This is an old revision of the document!
Linux - SED - Remove all whitespace (including tabs) from string
cat input.txt | sed 's/^[ \t]*//;s/[ \t]*$//' > output.txt
linux/sed/remove_all_whitespace_including_tabs_from_string.1575974494.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)