|
How do I unpack _all_ tarballs in cwd?
Please forgive me if I could have found this via searching, but I just couldn't find an answer; I have many tarballs in a directory that need to be unpacked, I wish to do
tar -zxvf *.tar.gz
Is there a clean / easy way of doing this? I don't particularly want to go through all files one at a time :(
Steve
|