Skip to content

Instantly share code, notes, and snippets.

@ideodora
Created September 29, 2015 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ideodora/65e8035c9a3d9ae7fc2b to your computer and use it in GitHub Desktop.
Save ideodora/65e8035c9a3d9ae7fc2b to your computer and use it in GitHub Desktop.
lsで列挙したファイル毎に処理する
ls | xargs -I{} sh -c 'echo {}; echo {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment