Difference between revisions of "Tr"
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