sabato 20 marzo 2010

Comandi utili

Scompattare più file zip

for z in *.zip; do unzip $z; done

Untar in una specifica cartella

tar xzf file.tar.gz -C /path/to/untar

Nessun commento:

Posta un commento