rafaelmaeuer
5/18/2017 - 4:07 PM

How to limit depth for recursive file list? - From http://stackoverflow.com/questions/4509624/how-to-limit-depth-for-recursive-file-list

find . -maxdepth 1 -type d -exec ls -ld "{}" \;