http://x68000.q-e-d.net/~68user/unix/pickup?find今更だけどFreeBSDでのfind関数の使い方
find 検索開始ディレクトリ 検索条件 コマンド
検索結果に対して処理を行うとき
Code:find ./ -name Thumbs.db -exec rm {} \; Original post blogged on b2evolution.
I posted to know-the-world.com
http://x68000.q-e-d.net/~68user/unix/pickup?find今更だけどFreeBSDでのfind関数の使い方
find 検索開始ディレクトリ 検索条件 コマンド
検索結果に対して処理を行うとき
Code:find ./ -name Thumbs.db -exec rm {} \; Original post blogged on b2evolution.
September 16 2008, 3:00pm | Comments | [ original_link ]
blog comments powered by Disqus