gpt4 book ai didi

linux - 用于查找文件大小的 Bash shell 脚本

转载 作者:太空狗 更新时间:2023-10-29 11:36:27 26 4
gpt4 key购买 nike

考虑:

var=`ls -l | grep TestFile.txt | awk '{print $5}'`

我能够读取文件大小,但它是如何工作的?

最佳答案

Don't parse ls

size=$( stat -c '%s' TestFile.txt )

关于linux - 用于查找文件大小的 Bash shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32890675/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com