Fuzz Box
Raw and unprocessed.
Popular
How to generate UML Diagrams from Java code in Eclipse
How to automatically search and download torrents with Python and Scrapy
Resign Patterns
Oct 9, 2012
How to convert Mac line endings to Unix
Just a small note because a bunch of parsing scripts stopped working.
To convert MAC CR line endings to UNIX LF:
cat mac.txt | tr "\r" "\n" > unix.txt
We use the translate
tr
command to replace \r to \n.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment