nsbin/old/ampersand_to_newline

2 lines
54 B
Plaintext
Raw Permalink Normal View History

2006-07-20 07:54:37 +00:00
cat test | perl -e 'while(<>) { s/&/\n/; print $_; }'