Difference between revisions of "Tr"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "# Remove ^M from files ``` tr -d '^M' < inputfile tr -d $'\r' < inputfile ```")
 
(No difference)

Latest revision as of 02:17, 20 April 2022

Remove ^M from files

tr -d '^M' < inputfile

tr -d $'\r' < inputfile