extracting multiple .tar in a single call

** extracting multiple .tar in a single call **

kaysoh$ for i in *.gz; do tar -xvf $i; done

if you are using .gz file then replace -xvf with -xzvf.

Hello, stranger
note List Tags Media Guest Admin
powered by TISTORY designed by KHISM modified by kaysoh RSS T Y T
openclose