📌  相关文章
📜  ls 人类可读的文件大小 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.261000             🧑  作者: Mango

代码示例4
ls -l filename   #Displays Size of the specified file
ls -l *          #Displays Size of All the files in the current directory
ls -al *         #Displays Size of All the files including hidden files in the current directory
ls -al dir/      #Displays Size of All the files including hidden files in the 'dir' directory