Skip to content

Instantly share code, notes, and snippets.

@juven
Created August 11, 2011 15:56
Show Gist options
  • Save juven/1140006 to your computer and use it in GitHub Desktop.
Save juven/1140006 to your computer and use it in GitHub Desktop.
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