Need to remove all those ^M characters from a DOS file? Try
tr -d \\r < dosfile > newfile
-- Originally by Dru
星期六, 一月 20, 2007
remove all those ^M characters from a DOS file
订阅:
博文评论 (Atom)
Need to remove all those ^M characters from a DOS file? Try
tr -d \\r < dosfile > newfile
-- Originally by Dru
没有评论:
发表评论