Guest User

Untitled

a guest
May 11th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. cat foo.txt | xargs -I % sh -c 'echo %; mkdir %'
  2. one
  3. two
  4. three
Add Comment
Please, Sign In to add comment