recursive

All posts tagged recursive by Linux Bash
  • Posted on
    Featured Image
    Discover the Speed of Searching: Introducing ripgrep (rg) In the wide array of tools available for search operations within Linux, one particularly stands out for its speed and efficiency—ripgrep, often referred to as rg. This command-line utility is built specifically to replace the traditional tools like grep, ack, and ag with a focus on speed and practicality.
  • Posted on
    Featured Image
    So yeah, getting used to Bash is about finding the right way to do things. However, learning one-liners and picking up information here and there is all very useful, finding something you don't need to Google in order to recall is extremely important. Take the case of recursive find and replace. We've all been there, it needs to be done frequently but you're either a) scared or b) forgetful.