baijia - papers and notes
baijia - papers and notes
>
Software tools and quick examples
>
Unix utilities
> text transformation
Full Version:
text transformation
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
lingu
12-01-2011, 10:07 PM
Remove \\r so that the text is UNIX-friendly
tr -d \\r < windows.txt > unix.txt
baijia - papers and notes
>
Software tools and quick examples
>
Unix utilities
> text transformation
Reference URL's
baijia - papers and notes:
http://baijia.info/index.php
: