Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created January 17, 2012 01:26
Show Gist options
  • Select an option

  • Save mitchty/1623988 to your computer and use it in GitHub Desktop.

Select an option

Save mitchty/1623988 to your computer and use it in GitHub Desktop.
$ 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