一、只顯示某目錄下隱藏文件ide
[root@localhost ~]# ls -da .*it
[root@localhost ~]# ls -ad /etc/.*class
二、只顯示某目錄下目錄列表grep
[root@localhost ~]# ls -al /etc | grep ^[d]di
[root@localhost ~]# ls -d */(可是顯示不了隱藏的目錄文件)文件