$ touch --help -m change only the modification time $ touch x $ stat x Access: 2004-04-08 11:47:11 Modify: 2004-04-08 11:47:11 Change: 2004-04-08 11:47:11 $ touch -m x $ stat x Access: 2004-04-08 11:47:11 Modify: 2004-04-08 11:47:25 Change: 2004-04-08 11:47:25
So mention that it also might change the ctime on some systems, like Linux 2.4. Note in Info, man, and --help. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils