find <パス名> ... <expression>
find / -name '*.c' -print
find / \( -name '*.c' -o -name "*.h" \) -print
find . -name '*.bak' -exec rm {} \;
find /home/suganuma/ai/cores -name '*.c' -exec fgrep -l atr {} \;
菅沼ホーム | 本文目次 | 演習問題解答例 | 付録目次 | 索引 |