View Single Post

  #2 (permalink)  
Old 01-11-2006, 11:51 PM
rockdalinux's Avatar
rockdalinux rockdalinux is offline
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

By default zip is not installed under FreeBSD use network to install the zip and unzip:

Code:
pkg_add -r zip
pkg_add -r unzip
To zip files use command:
Code:
zip mydata.zip *.doc *.jpg
Above command to create a new zip file called mydata.zip will all doc and jpg files. To unzip file use
Code:
unzip mydata.zip
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote