2016年7月27日水曜日

Linux:ファイル名で検索する

find ./ -name '*src*'


複数キーワードで検索する場合は、
エスケープ\して以下の通り

find ~/ \( -name *src1* -o -name *src2* \)



0 件のコメント: