1、只显示某目录下隐藏文件


[root@localhost ~]# ls -da .*


[root@localhost ~]# ls -ad /etc/.*




2、只显示某目录下目录列表


[root@localhost ~]# ls -al /etc | grep ^[d]


[root@localhost ~]# ls -d */(但是显示不了隐藏的目录文件)