[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:54264] Re: Tar の --newer と --nerwer-mtime の違い
長南です。
野村さんのメールより [debian-users:54257]
>
> 大変初歩的なことで恐縮ですが、
> 1. tar -c --newer 2010-06-23 *
> 2. tar -c --newer-mtime=2010-06-23 *
>
> としたとき、これらは日付の -atime, -mtime, -ctime のどれを参照にして動く
> のでしょうか?
実験してみました。
--newer が ctime、--newer-mtime が mtime を見ているって
ことのようです。
ls -l で表示されるのが mtime であることを考えると、ちょっと
意外ですが、確かに片方のオプションは --newer-mtime と言うわけ
ですし、tar にとっては file status の変更も変更には違いないんでしょう。
どちらを使うかは、ご自分の都合次第だと思います。
--
長南洋一