Spaces

Sed Remove Whitespace
sed tip Remove / Delete All Leading Blank Spaces / Tabs ( whitespace ) From Each Line s/ Substitute command ~ replacement for pattern (^[ \t]*) on ea...
Batch removal of spaces in filenames via the Ubuntu command line
How do I get rid of spaces in file names in bulk? How do I remove spaces in Linux terminal? How do I change the space of a filename? Can filenames hav...
Awk Trim Whitespace
To trim the whitespaces in only those lines that contain a specific character, such as a comma, colon, or semi-colon, use the awk command with the -F ...