Answers for "ubuntu remove non-breaking spaces from file"

0

ubuntu remove non-breaking spaces from file

perl -pe 's/\xc2\xa0//g' dirty.csv > clean.csv
Posted by: Guest on March-24-2022

Code answers related to "ubuntu remove non-breaking spaces from file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language