This is how to display first level subdirectories only into a directory via command line
find directory_name/* -maxdepth 0 -type d
This is how to display first level subdirectories only into a directory via command line
find directory_name/* -maxdepth 0 -type d