Gadrin <[EMAIL PROTECTED]> wrote: > Yes it does read from the stdin but the problem is that it seems to > be ignoring the fact I only want folders.
You can use the --no-recursion option to tell tar to include only the files (or in this case, directories) explicitly named in the file list, and not to include the contents of those directories. paul
