Skip to content

Instantly share code, notes, and snippets.

@maeharin
Last active December 12, 2015 01:08
Show Gist options
  • Save maeharin/4688506 to your computer and use it in GitHub Desktop.
Save maeharin/4688506 to your computer and use it in GitHub Desktop.
grepでand or 検索(正規表現を使う) grep -e で古い正規表現。grep -E で拡張正規表現
# カレントディレクトリのディレクトリのみ表示
ls -aF | grep -E '[^\.]+/$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment