Nice sed tip to remove extra whitespace at the end of lines in a file.
sed -e 's/ *$//' <file> No related posts. Tags: sed, whitespace Filed in CLI, Shell
sed -e 's/ *$//' <file>
No related posts.
Tags: sed, whitespace
Comments are closed.