Created
August 11, 2011 15:56
-
-
Save juven/1140006 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
juven@mac tmp$ touch a.txt | |
juven@mac tmp$ ls -al a.txt | |
-rw-r--r-- 1 juven staff 0 Aug 11 23:54 a.txt | |
juven@mac tmp$ date | |
Thu Aug 11 23:55:42 CST 2011 | |
juven@mac tmp$ zip a.zip a.txt | |
adding: a.txt (stored 0%) | |
juven@mac tmp$ unzip -l a.zip | |
Archive: a.zip | |
Length Date Time Name | |
-------- ---- ---- ---- | |
0 08-11-11 23:54 a.txt | |
-------- ------- | |
0 1 file | |
juven@mac tmp$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment