linux
Replace white spaces to underline in a text file on UNIX
· 1 min read
sed "s, ,_,g" file.txt
To more informations about sed, please type the best command:
man sed
Or just google it.
· 1 min read
sed "s, ,_,g" file.txt
To more informations about sed, please type the best command:
man sed
Or just google it.