You can use the following sed commands to trim white space from lines of text: Trim white space from both
Continue readingTag: bash script
Bash script – read stdin line by line
There are lots of ways to achieve this in Bash. Below are the two most common: Process Substitution This approach
Continue reading