Is there a way to perform a character translation on multiple files?
Something similar to a mv *.txt /TextFiles/. which moves all .txt files to the new dir.
If I do a tr -s ' ' '_' < *.txt (which I want to replace all spaces with underscores in all .txt files), I get a shell error.
Maybe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.