Skip to content

Instantly share code, notes, and snippets.

@tekk555
Last active December 20, 2015 22:28
Show Gist options
  • Save tekk555/6204826 to your computer and use it in GitHub Desktop.
Save tekk555/6204826 to your computer and use it in GitHub Desktop.
find で ファイルごとにコマンドを実行する.Ubuntu 12.04 LTS
find /var/tmp -type f -exec ls -i {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment