echo 'one two three' | xargs mkdir ls one two three
# Print last 5 lines of all files in # current directory ended in .txt find *.txt | xargs tail -n 5