V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
wjx0912
V2EX  ›  Apple

mac 强迫症求助,怎么支持 rm ./myfolder/ -fr

  •  
  •   wjx0912 · 3 天前 · 490 次点击

    rm -fr ./myfolder/ 这个是正常的

    rm ./myfolder/ -fr 这种不支持

    重点用 zsh 或者 fish 都不行

    3 条回复
    X_Del
        1
    X_Del  
       3 天前
    和 shell 没关系,这是 bsd 和 linux 的区别。没什么特别好的办法。
    要不试试 https://github.com/MilesCranmer/rip2 之类的替代?
    lihaoyun6
        2
    lihaoyun6  
       3 天前
    是的, 楼上说的对. macOS 内置的是 BSD 工具链而不是 GNU 工具链. BSD rm 的语法风格就是这样的.
    或许你可以装一个 coreutils 工具套件, 这个套件可以允许你在 macOS 系统中使用 GNU 风格的工具链
    brew install coreutils
    wjx0912
        3
    wjx0912  
    OP
       3 天前
    @X_Del 感谢老板
    @lihaoyun6 感谢老板,coreutils 搞定
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   997 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 21ms · UTC 20:32 · PVG 04:32 · LAX 12:32 · JFK 15:32
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.