Remove Empty Characters at End of Lines
Tagged with: end, line, remove, sed, whitespace
Remove empty characters at the end of each row
sed -e 's/ *$//' file.txt
Remove empty characters at the end of each row
sed -e 's/ *$//' file.txt