0
点赞
收藏
分享

微信扫一扫

获取文件大小shell命令

晚熟的猫 2022-12-01 阅读 161


ls -l test.cpp | awk '{print $5}'
stat -c "%s" test.cpp
wc -c < test.cpp


举报

相关推荐

0 条评论