This is a discussion on bsd zipping files within the All about FreeBSD/OpenBSD/NetBSD forums, part of the *BSD Operating systems category; Hai How to to zip or unzip file under FreeBSD 10x in adv...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| Sponsored Links | ||
|
|
|
||||
|
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 Code:
zip mydata.zip *.doc *.jpg 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 |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Shell script for automatic conversion of files in tar files | kasimani | Shell scripting | 2 | 02-08-2007 03:45 PM |