S eda1a14b50ee24bcab19b62f40858e76 find

ファイル検索の定番コマンド
http://x68000.q-e-d.net/~68user/unix/picku...

カレントディレクトリから.phpファイルを探す
$ find . -name '*.php'

30日以内に更新されたファイル
$ find . -mtime -30

30日前に更新されたファイル
$ find . -mtime 30

30日以前に更新されたファイル
$ find . -mtime +30

findの結果をcpに渡す
find test -type f -print0 | xargs -0 -i cp {} ./hoge/

もしかして

    他の人の「find」

    S eda1a14b50ee24bcab19b62f40858e76

    無所属ソフトウェアエンジニア

    (1722words)

    最新

      最新エントリ

        関連ツイート