|
#1
| |||
| |||
| creating zip files : newbie... Hey guys, another stupid newbie question. How do I go about creatin ga zip file? Stuff It expander will expand them for me... I noticed gzip, but I can't figure the syntax to get it to do directories as well.... gzip -c * myzipfile.zip something like that? Just need to pack a bunch of files up for easy uploading. Thanks!
__________________ http://www.japannewbie.com |
|
#2
| |||
| |||
| Drop Stuff, Drop Zip, and Drop Tar programs are included with the Stuffit Standard software, which can be downloaded (freeware) from the Aladdin web site, or from versiontracker. This would enhance the Stuffit software that comes with OSX, and is simpler to use than terminal commands. Nothing wrong with using the terminal, but you just drag and drop files (or folders) on Drop Stuff icon, and the packing is simply done, no fuss!
__________________ Serendipity is a lucky guess ! |
|
#3
| |||
| |||
| Hey guys, it says it's a 15day free trial, have they recently changed? Hrm. I'll give it a shot though. http://www.stuffit.com/mac/standard/
__________________ http://www.japannewbie.com |
|
#4
| ||||
| ||||
| Stuffit Expander has always been free, but if you want the complete program, you have to buy it.
__________________ |
|
#5
| ||||
| ||||
| Some UNIX geek here needs to write up a [HOW-TO] zip files, folders, etc via Terminal As it is, I don't know how to create zips (for free) and therefore I have a hard time sharing files with other people (read: Windows users). :cry:
__________________ "May all your trails be crooked, winding, lonesome, dangerous, leading to the most amazing view, where something strange and more beautiful and more full of wonder than your deepest dreams waits for you." -Edward Abbey |
|
#6
| ||||
| ||||
| zip file.zip placewithfilesyouwant if there are multiple directories, you'll need to do replace 'zip' with 'zip -r' - that is zip, and recurse into directories. For all the options, just type 'zip' by itself
__________________ What is the robbing of a bank compared to the founding of a bank? -- Bertold Brecht |
|
#7
| |||
| |||
| What the heck.... [acct:~/Desktop] act% zip -r *monet* monet.zip zip: Command not found. [acct:~/Desktop] act% whereis zip [acct:~/Desktop] act% Where is my 'zip' program?
__________________ http://www.japannewbie.com |
|
#8
| ||||
| ||||
| Quote:
![]() |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| i need to zip some files | lindner | Mac OS X System & Mac Software | 4 | May 15th, 2003 11:16 AM |
| Why JPG files on a Zip Disk won't work in Windows... | themacko | Mac OS X System & Mac Software | 0 | April 9th, 2003 01:00 AM |
| how would I zip files? | themacko | Mac OS X System & Mac Software | 14 | February 18th, 2002 04:32 AM |
| Creating duplict files in iPhoto | themacko | Mac OS X System & Mac Software | 2 | January 12th, 2002 10:41 AM |
| Solution: OS X creating "." files on Samba shares | dricci | Apple News, Rumors & Discussion | 0 | November 21st, 2001 11:23 PM |