Answers for "command line remove Unrecognized character \xC3;"

0

command line remove Unrecognized character \xC3;

mv 'file' $(echo 'file' | sed -e 's/[^A-Za-z0-9._-]/_/g')
Posted by: Guest on March-18-2021

Code answers related to "command line remove Unrecognized character \xC3;"

Browse Popular Code Answers by Language