Linux:Tar Drop Leading Directory

From Nigel's Wiki
Revision as of 16:49, 23 May 2017 by Nelgin (talk | contribs) (Created page with "If installing updates you don't want to create a new directory. Example cd /var/www/myfiles tar xfz updates.tar.gz --strip-components=1 Category: Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If installing updates you don't want to create a new directory.

Example

cd /var/www/myfiles

tar xfz updates.tar.gz --strip-components=1