1.
ls -d *
2.
grep查找以‘/‘结尾的,也就是目录
ls -F | grep ‘/$‘
linux 查看目录名称的方法
原文:http://www.cnblogs.com/yongren1zu/p/4921995.html