Re: GNU Tar on Windows XP
[email protected] (Paul Jarc)
| Newsgroups | gmane.comp.gnu.utils |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
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