1 line
54 B
Text
Executable file
1 line
54 B
Text
Executable file
cat test | perl -e 'while(<>) { s/&/\n/; print $_; }'
|