Friday, April 16, 2021

How to list directories in linux macOS

The following are few of the different ways to list the directories in linux
  1. find * -maxdepth 0 -type d
  2. ls -al | grep '^d'

No comments:

Post a Comment

Please add value. Sharing is caring