Skip to content

Instantly share code, notes, and snippets.

@e8l
Last active August 29, 2015 14:17
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 e8l/7d8ab1a16e3ed192a3f1 to your computer and use it in GitHub Desktop.
Save e8l/7d8ab1a16e3ed192a3f1 to your computer and use it in GitHub Desktop.
特定の条件を満たすファイルに対して何か同じ処理をかましたい

そういえばfindコマンドって、検索結果のファイルに対して同じ処理を行うことができたなあと。

$ find ~/public_html -user "hoge" -exec chown apache {} \; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment