Daryl Tester <[EMAIL PROTECTED]> ha escrit: > I thought that because > the command line ordering seemed "sensitive" (-C had to be be placed > before --files-from)
It is sensitive, the order of -C and --null relative to --files-from is important and that is reflected in the docs. The following illustrates why: tar -cf archive -C /etc -T list1 -C /usr/local/etc --null -T list2 Regards, Sergey
