Linux, display first level subdirectories only into a directory


This is how to display first level subdirectories only into a directory via command line

find directory_name/* -maxdepth 0 -type d


Any thoughts?

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Loading more content...