1.只显示某目录下隐藏文件
ls -d .*
[root@VM_18_121_centos ~]# ls -d .*
. .bash_logout .cshrc .tcshrc
.. .bash_profile .mysql_history .viminfo
.bash_history .bashrc .ssh
2.只显示某目录下目录列表
[root@VM_18_121_centos /]# ls -d */
bin/ dev/ lib/ media/ proc/ sbin/ tmp/
boot/ etc/ lib64/ mnt/ root/ srv/ usr/
data/ home/ lost+found/ opt/ run/ sys/ var/