baijia - papers and notes

Full Version: text transformation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Remove \\r so that the text is UNIX-friendly
tr -d \\r < windows.txt > unix.txt
Reference URL's