Hi!
Can somebody help me with this:
I am in, say, /home/myserver/somedir directory, and I want to zip a file in /home/myserver and place ziped file in the same, /home/myserver directory.
So I use:
[myserver@ns somedir]$ zip /home/myserver/mysqldump.zip /home/myserver/document.txt
The problem is when I decompress the file on Win2000, I get directory mysqldump, subdirectory home, subsubdirectory myserver, file document.txt.
Q:how do I zip a file without leaving directory I am in so when decopressed I get directory mysqldump, file document.txt?
Sorry for the long explanations.
Bye!