gpt4 book ai didi

macos - Binutils stat 非法选项 -c

转载 作者:行者123 更新时间:2023-12-02 14:11:53 25 4
gpt4 key购买 nike

我在脚本中使用 stat 两次,一次是为了查找文件权限,一次是为了查找文件的大小。

 `stat -c %A "$directory/$file"`
`stat -c %s "$directory/$file"`

我使用的是 OSX 10.7,目录和文件是我所在的当前目录和文件的变量。

最佳答案

Darwin stat 使用 -f 参数,而不是 -c,因为它是 GNU 扩展。

您应该从 homebrew 下载 gnu binutils ,来自macports或来自fink ,然后使用 gstat 而不是 stat

如果您不想安装 gnu binutils 并且更喜欢坚持使用标准 BSD 工具,那么:

stat -f%p t.c

将返回模式(八进制)和

stat -f%z t.c

将返回尺寸。

关于macos - Binutils stat 非法选项 -c,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10666570/

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