Tr

From UVOO Tech Wiki
Revision as of 02:17, 20 April 2022 by Busk (talk | contribs) (Created page with "# Remove ^M from files ``` tr -d '^M' < inputfile tr -d $'\r' < inputfile ```")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Remove ^M from files

tr -d '^M' < inputfile

tr -d $'\r' < inputfile