findコマンドの使い方
概要
- ファイルやディレクトリを検索する
引数
-name
- ファイル、ディレクトリの名前の一部
-perm
- 権限
-user
- ユーザ
-group
- グループ
-exec <command> {} \;
- 検索したファイルに対して
{}
を引数に任意の<command>
を実行
- 検索したファイルに対して
-type
f
; ファイルd
; ディレクトリl
; シンボリックリンク
-name
-perm
-user
-group
-exec <command> {} \;
{}
を引数に任意の<command>
を実行-type
f
; ファイルd
; ディレクトリl
; シンボリックリンク