Unix command - Extract multiple files

Goto tar.gz folder

Type this command in terminal window:

#for a in 'ls  -1  *.tar.gz'; do tar -zxvf $a; done

No comments:

Post a Comment