-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/10/2013 1:41 AM, Sergey Poznyakoff wrote: >> find foo -print0 | tar cf foo.tar -T - --null > > That's wrong. You should place --null before -T: > > find foo -print0 | tar cf foo.tar --null -T - > > Both `--null' and `--no-null' options affect only options that > follow them in the command line.
Ahh, the man page probably needs a little update then to indicate that. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRjPLbAAoJEJrBOlT6nu75ticIAKPBdMK93bBbKvnLtEy/4eAa lgBHIi0QFUpdPakbaGKtEkXZhpaTazYovDzOJVuAK48hjo3CTzB4aPr7l3dXuyjk QKmN418Onmear/RAxuWjhY52wAJIrTJzqIRBUCw7NVT+wcpkEt3XDXWSAk0cXjK/ DnQeJ8xHKdYFDlMOFLO0BFv+qbJjXdJKhofLdBaj+qBxOV0zB+Eoec7hmZHNH6pc J4eErtqNDQjv/HEQgLpGc5FoDLAADWpD6MbS8xc5+ckFuDxUUvuKzWnxaI50KJd6 xiAoTjpGh9m/yHX5VaJ4Q0O4wgGlIinohTi+IKfkZXNWsQvk9cxvcFilyn7nbPA= =P3H+ -----END PGP SIGNATURE-----