• BeigeAgenda@lemmy.ca
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    3 months ago

    Or like me obliviously spending cycles trawling through everything.

    find dir/ -iname "*John*Cena*"
    

    or

    grep -rIi "John.*Cena" dir/
    
    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      spending cycles trawling through everything

      Beats spending cycles indexing everything and never search them.

        • [object Object]@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          Btw, while I’m here: you might also want to look into eza, fzf, bat, and maybe delta (or icdiff for side-by-side comparison). I’m pretty conservative regarding replacement for classic utils, but these are worth it.

        • [object Object]@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          They use different arguments, so unlikely. Though idk if there are wrappers or anything like that.

          They’re both easier to use and faster, so it’s worth making sure to switch.