Page 1 of 1

shell

Posted: Mon 20 Jun, 2011 12:16
by camelot
Распаковать все тары в папке:

for f in `ls *.tar` ; do tar -xvf $f ; done;