Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
extract zip file(HPUX)
Name: sharathkv Date: March 4, 2004 at 01:52:57 Pacific OS: HPUX CPU/Ram: 512
Comment:
Hi,
When I use the command :
$tar xvpf Components.zip
I get "Directory Checksum Error" message.
I tried using :
$gzip -d -S .zip Components.zip
Still no good.
I tried :
$tar -x Components.zip
I get the message "tar: cannot open /dev/rmt/0m" message.
There are no "utar" or "untar" or "unzip" commands on the System.
Summary: once again i need help, i have a lot of zip files that need the read-only protection taken off them as i cannot rename them. does anyone know any scripts for this any help would be great thanxs ...
Summary: Dear All, I have a file generating mechanism whenever the file's limit (threashold) exceeded. File name has a USER names and time stamp. Eg. John_FILE_030214_1152.001 Smith_FILE_030214_1202.001 Samant...
Summary: I need to recursively read through a directory and then zip all the files older than 3 months. All the files have to be zipped seperately. Any help? ...