您可以执行’ls -l’来获取详细的目录列表,如下所示:
-rw-rw-rw- 1 alice themonkeys 1159995999 2008-08-20 07:01 foo.log -rw-rw-rw- 1 bob bob 244251992 2008-08-20 05:30 bar.txt
-rw-rw-rw- 1 alice themonkeys 1,159,995,999 2008-08-20 07:01 foo.log -rw-rw-rw- 1 bob bob 244,251,992 2008-08-20 05:30 bar.txt
我不认为’ls’具有这种能力.如果您正在寻找可读性,’ls -lh’将为您提供更易于人类解析的文件大小.
原文链接:https://www.f2er.com/bash/385216.html-rw-rw-rw- 1 alice themonkeys 1.2G 2008-08-20 07:01 foo.log -rw-rw-rw- 1 bob bob 244M 2008-08-20 05:30 bar.txt