nsbin/ampersand_to_newline

2 lines
54 B
Text
Raw Normal View History

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