Skip to content

Instantly share code, notes, and snippets.

@devlights
Last active April 15, 2018 16:58
Show Gist options
  • Save devlights/274883798a2238610e968a7605509986 to your computer and use it in GitHub Desktop.
Save devlights/274883798a2238610e968a7605509986 to your computer and use it in GitHub Desktop.
[linux][mac] ls コマンドでディレクトリのみを表示する (ls, directory)

以下で表示される

$ ls -ld */

もしくは

$ ls -d */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment