Listing only the directories is no different: ls -d */; ls -l | grep '^d'; find . -maxdepth 1 -type d; echo */ ...
確定! 回上一頁