Created
September 22, 2009 04:54
-
-
Save quackingduck/190825 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
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$ |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment