Thursday, October 11, 2007

Tar files Compression and Expansion

Compress --- tar –cf list of file or files to compress (Solaris buffer is small, but AIX will handle many).

Extract --- tar –xvf
Tar –tf wc –l will list the contents
Ls –al wc –l will do the same

Java Archives jar –cf /var/run/AppServer_v6.jar AppServer_v6

No comments: