Skip to content

Instantly share code, notes, and snippets.

@quackingduck
Created September 22, 2009 04:54
Show Gist options
  • Save quackingduck/190825 to your computer and use it in GitHub Desktop.
Save quackingduck/190825 to your computer and use it in GitHub Desktop.
myles:Desktop myles$ mkdir tmp
myles:Desktop myles$ cd tmp/
myles:tmp myles$ ls
myles:tmp myles$ ls
myles:tmp myles$ touch Server
myles:tmp myles$ touch Server2
myles:tmp myles$ touch foo
myles:tmp myles$ ls
Server Server2 foo
myles:tmp myles$ ls [!Server]*
foo
myles:tmp myles$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment