Difference between revisions of "LastThing"

From HDebugWiki
Jump to navigation Jump to search
m
m (strip not skip!)
Line 1: Line 1:
TAR Remove leading directories when extracting from a tar archive:
TAR Remove leading directories when extracting from a tar archive:


tar --skip-components=NUMBER
tar --strip-components=NUMBER

Revision as of 16:37, 8 December 2017

TAR Remove leading directories when extracting from a tar archive:

tar --strip-components=NUMBER