Tar
De Linuxmemo.
(Différences entre les versions)
		
		
 (Page créée avec « Catégorie:Commandes Tar Extract Destination Folder:  tar -C /root -zxvf /media/cdrom0/VMwareTools-8.3.2-257589.tar.gz »)  | 
		|||
| Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Commandes]]  | [[Catégorie:Commandes]]  | ||
| - | Tar Extract Destination Folder:  | + | *Tar Extract Destination Folder:  | 
  tar -C /root -zxvf /media/cdrom0/VMwareTools-8.3.2-257589.tar.gz  |   tar -C /root -zxvf /media/cdrom0/VMwareTools-8.3.2-257589.tar.gz  | ||
| + | |||
| + | *untar a subdirectory into the current directory  | ||
| + |  tar --strip-components=1 -zxvf wordpress.tgz  | ||
Version actuelle en date du 31 mars 2020 à 13:45
- Tar Extract Destination Folder:
 
tar -C /root -zxvf /media/cdrom0/VMwareTools-8.3.2-257589.tar.gz
- untar a subdirectory into the current directory
 
tar --strip-components=1 -zxvf wordpress.tgz