helee9199
V2EX  ›  macOS

mac 如何搜索.idea 的隐藏文件夹?

  •  
  •   helee9199 · Nov 8, 2023 · 1473 views
    This topic created in 943 days ago, the information mentioned may be changed or developed.

    idea 的配置文件,我想批量删除 有没有像 windows everything 那样, 直接搜到这些隐藏文件的软件或方法呀?。

    6 replies    2023-11-08 12:35:16 +08:00
    luman
        1
    luman  
       Nov 8, 2023
    find . -name .idea
    kristofer
        2
    kristofer  
       Nov 8, 2023
    "ls -a" ?
    seanzxx
        3
    seanzxx  
       Nov 8, 2023
    搜索:find . -name '.idea'
    搜索加删除:find . -name '.idea' -exec rm -rf {} \;
    knightdf
        4
    knightdf  
       Nov 8, 2023
    find /path/to -type d -name '.idea' -exec rm -rf {} +
    helee9199
        5
    helee9199  
    OP
       Nov 8, 2023
    @sunjiayao
    @seanzxx
    @knightdf 好的 感谢各位, 又学到了。
    systemv
        6
    systemv  
    PRO
       Nov 8, 2023
    linux shell 的基本操作哇
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   940 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 39ms · UTC 20:59 · PVG 04:59 · LAX 13:59 · JFK 16:59
    ♥ Do have faith in what you're doing.