📜  如何仅获取文件大小的列表 bash - Shell-Bash 代码示例

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

代码示例1
ls -l | tr -s ' ' | cut -d ' ' -f 5,9-