ls -l test.cpp | awk '{print $5}'
stat -c "%s" test.cpp
wc -c < test.cpp
获取文件大小shell命令
最新推荐文章于 2023-12-26 16:05:04 发布
ls -l test.cpp | awk '{print $5}'
stat -c "%s" test.cpp
wc -c < test.cpp