Notes to Self

Alex Sokolsky's Notes on Computers and Programming

xargs

Man page

Run command on every line from a file

xargs echo < data.txt