I have a zip file on the unix server. when I unzip it using unzip command(unzip -q filename.zip),then date values are retained properly for all the files but the time stamp is getting set to 12:00 AM for the files less than 6 months to the current date.Any help is highly appreciated .Thanks in advance
Note:
Regards,
K.K
Last edited by vkishore1234; 05-17-2012 at 10:14 AM..
So you are saying the files have the correct date, but a bad timestamp. I presume you mean file mtime.
1. how do you know the timestamps are "bad"? The TZ variable on UNIX affects this.
2. are these UNIX files, zipped on a UNIX machine.
Usually the file metadata is kept the way the originating system had it, so it seems really odd to me that the timestamps would be different from the original. If they are files (from a foreign OS) then this may not be true.
The reason for the six months thing is because
by default displays mtime in a different format for "older" vs "newer" files. The cutoff for the change is 6 months to the second. The newer format has a timestamp.
example:
This User Gave Thanks to jim mcnamara For This Post:
The Zip file is created on windows server and it is copied to unix server and unzipped it using unzip command on unix.
After unzipping, I opened the unix file in windows explorer .I can see the old files modified time stamp as 12:00 AM instead of the actual time.When I check the same files modified date time using ls -e command in unix,it is showing the correct date time on unix .What should I do to get the correct timestamp in windows explorer or Is there any way to change the cut off value for the older files in unix from 6 months to 1 year?
Regards,
K.K
---------- Post updated at 04:01 AM ---------- Previous update was at 01:23 AM ----------
Thanks Jim for the reply.
The Zip file is created on windows server and it is copied to unix server and unzipped it using unzip command on unix.
After unzipping, I opened the unix file in windows explorer .I can see the old files modified time stamp as 12:00 AM instead of the actual time.When I check the same files modified date time using ls -e command in unix,it is showing the correct date time on unix .What should I do to get the correct timestamp in windows explorer or Is there any way to change the cut off value for the older files in unix from 6 months to 1 year?
Regards,
K.K
Quote:
Originally Posted by jim mcnamara
So you are saying the files have the correct date, but a bad timestamp. I presume you mean file mtime.
1. how do you know the timestamps are "bad"? The TZ variable on UNIX affects this.
2. are these UNIX files, zipped on a UNIX machine.
Usually the file metadata is kept the way the originating system had it, so it seems really odd to me that the timestamps would be different from the original. If they are files (from a foreign OS) then this may not be true.
The reason for the six months thing is because
by default displays mtime in a different format for "older" vs "newer" files. The cutoff for the change is 6 months to the second. The newer format has a timestamp.
example:
Last edited by vkishore1234; 05-18-2012 at 06:00 AM..
Hi All,
First of all I don't know whether this is possible. or no. Thought of getting experts thought.
I am having a tar file which contains zipped file in it . I tried individual command with extraction and it worked
tar -tvf TRANS_279.tar
-rw-rw-r-- qqa00 1394 2016-10-03 10:39:19... (8 Replies)
Hi
I have a zip file at linux while unziping those files using unzip command in rare scenario it copy the 0 size file to the destination.
These files are .so file with their soft link.It is happening for one of .so file. (2 Replies)
I have .zip file, i want to list all the files archived in the zip file. unzip utility is not working for me in unix.
Please help me resolve this issue
Thanks
ganesh. (3 Replies)
Hi,
i transferred a .zip file from windows to Unix.
i'm getting error while doing unzip in Unix
like
command : bash-3.2$ unzip ******.zip
message :
Archive: *******.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk... (2 Replies)
I have a zip file on the unix server. when I unzip it using unzip command(unzip -q filename.zip) then the timestamp for the files less than 6 months to the current date are not retrieved instead It is setting the time as 12:00 AM to those files.
I have some operations based on the datetimestamp of... (0 Replies)
I have a tar file that contains multiple .Z files. Hence I need to issue a tar command followed by a gzip command to fully extract the files. How do I do it in a single command?
What I'm doing now is
tar xvf a.tar (this will output 1.Z and 2.Z)
gzip -d *.Z (to extract 1.Z and 2.Z) (9 Replies)
i want to know how to unzip a archive file by replacing the same folder with file name..
help me or not! :)http://www.unix.com/images/smilies/rolleyes.gif (6 Replies)
Hi All
I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX).
I don't have unzip cmd available in my curent Unix version
Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file .
Please elaborate on the commands aval and... (5 Replies)
Hi All
I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX).
I don't have unzip cmd available in my curent Unix version
Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file .
Please elaborate on the commands aval and... (5 Replies)
The program asks, whether you want to replace, rename, etc., the file before unzipping. Is there any other command which can unzip the Winzip file in unix or any way so that this message will not come. As i have to run it thru the job scheduler.
Thanks,
Gaurav (1 Reply)