How do I get = the ls command to only list directories? Dave Jackson Network Engineer, LRMC. ... ls -al | grep “^d”. find . -type d. for ITEM in *
確定! 回上一頁