Linux:Tar Drop Leading Directory
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
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