Hal Ashburner wrote on 20/11/13 5:38 PM: > find . -maxdepth 1 -type d -ls It's a reasonable approach, is robust and saves 2 processes (tr & ls), BUT, the format of find's 'built-in' ls isn't the same as /bin/ls. --