vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Andreas Kahari wrote: > Han Boetes <han@mijncomputer.nl> wrote: > > So it is done on purpose. But it is incompatible with gtar. > > And I just happen to run into a situation where this behaviour > > is required, so I would like to request the change of this > > behaviour. Or perhaps somebody can enlighten me why this is > > the prefered behaviour. > > Do you have something that has to parse the output of "tar tf" > and figure out if something is a directory or not? Can't you, in > that case, just add a "v" to the options and test for a "d" in > the first position of the resulting line? Err no it's not a shellscript. It's a piece of C++ code. A simple packagemanager to be precise. I slowly got rid of all dependencies, except for gtar. Nothing important of course. # Han |