Skip to content

Instantly share code, notes, and snippets.

@whisky-shusuky
Created February 6, 2017 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whisky-shusuky/da629ccc4bfc25f8e911bb071e8098db to your computer and use it in GitHub Desktop.
Save whisky-shusuky/da629ccc4bfc25f8e911bb071e8098db to your computer and use it in GitHub Desktop.
正規表現とワイルドカード、そして記号の意味 ref: http://qiita.com/whisky-shunsuke/items/d719c92c566c133f51b1
# ls -a
. .. .masayukikun .nobuyukikun yukimurakun
# ls
yukimurakun
# ls *
yukimurakun
# ls -a *
yukimurakun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment