$ cpio --version
GNU cpio version 2.5

Sounds like yours.
Then put bug reporting addresses in --help, man, and info!

$ find *|cpio -dmp /tmp/zzz
$ info cpio
`-m, --preserve-modification-time'
     Retain previous file modification times when creating files.

But not directories! So say so in man and info.
Or better yet, kindly implement it.
Either way, must mention how you treat directories too.
Not everybody agrees that directories are just one type of file and
thus can be silently skipped over in the spec.

No, I didn't try `-a, --reset-access-time' but I suspect the worst.
Mention what you do about directories too there.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to