Search This Blog

Monday 8 July 2013

Mac OS replace ';' with new line on text file

http://stackoverflow.com/questions/964945/mac-os-replace-with-new-line-on-text-file

Syntax:

cat input | tr ";" "\n"  > output