What's so special about directories whose names begin with a dot? 不管是 windows 系统,还是类 linux 系统,以点开头的文件或者文件夹,尤其是以点开头的文件,常常用来表示用户对某应用程序的配置文件,且这些以点开头的文件或者文件夹通常位于用户的家目录(home directory,windows:C:\\users\\username\\,linux:/home/username/),如对应用程序 Foo的配置文件,一般
du -ah --max-depth=1 这个是我想要的结果 a表示显示目录下所有的文件和文件夹(不含子目录),h表示以人类能看懂的方式,max-depth表示目录的深度. du命令用来查看目录或文件所占用磁盘空间的大小.常用选项组合为:du -sh 一.du的功能:`du` reports the amount of disk space used by the specified files and for each subdirectory (of directory argum