Linux:Tar Drop Leading Directory: Difference between revisions

From Nigel's Wiki
Jump to navigation Jump to search
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"
 
(No difference)

Latest revision as of 16:49, 23 May 2017

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