I wholeheartedly agree with this blog post. I believe someone on here yesterday was asking about config file locations and setting them manually. This is in the same vein. I can’t tell you how many times a command line method for discovering the location of a config file would have saved me 30 minutes of googling.

    • KIM_JONG_JUICEBOX@beehaw.org
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      Interesting. I have not heard of this tools. But you say specified file or folder, that means you already know the file location?

      • Leirda@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        You can call it recursively on .config (for instance), and watch for specific events (creation, deletion, modification, etc). But I expect this to be expensive on really large folders and I’d avoid it if I could.

        Btw it’s syscalls iirc (inotify-tools just exposes them)