Created
January 17, 2012 01:26
-
-
Save mitchty/1623988 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
| $ mkdir $HOME/foo | |
| me@imac | |
| $ ls -dal !$ | |
| ls -dal $HOME/foo | |
| drwxr-xr-x 2 mitch staff 68 Jan 16 19:24 /Users/mitch/foo | |
| me@imac | |
| $ mkdir /tmp/foo | |
| me@imac | |
| $ ls -dal /tmp/foo | |
| drwxr-xr-x 2 mitch wheel 68 Jan 16 19:24 /tmp/foo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment