Quote:
Originally Posted by rogue_ronin
I spent an hour or two yesterday trying to figure out how to store a set of files using zip so that the relative path would be correct, and so that it wouldn't store the full path.
|
With the zip command, from what I gather from the man page, you can only store relative paths with respect to the current directory. You can also drop any path info (-j) or store absolute paths (-jj).
Quote:
I'm doing this on a virtual machine of Win2k, although I generally use Linux; the world's greatest text editor requires Windows, sadly...
|
Hmm... no, vim works fine in linux