7zio cant iterate automatically through files
so use this simple bash script to get job done.
$for i in $(ls *.001); do (7z e $i) done;
this method can be used with rar,gz,tar.gz,tar.bz2 etc
Showing posts with label extract_archive. Show all posts
Showing posts with label extract_archive. Show all posts
Thursday, May 6, 2010
Subscribe to:
Posts (Atom)
list open ports and unix sockets
To do this I use netstat command to list all open ports: $ sudo netstat -tuplen to list open ports and unix sockets: $ sudo netstat -...
-
[ These steps may work on CentOS 5.* too] Prepare your OS for it $ sudo yum groupinstall "Development tools" $ sudo yum in...
-
This is very unconventional but a valid code and it will run!!, the magic is the static initializer block. this block is hidden from ever...