• grep: Searches for a specific pattern in files or input stream. Commonly used for text filtering.

  • cat: Concatenates and displays file contents. Often used for reading or combining files.

  • sed: Stream editor for filtering and transforming text. Useful for find and replace operations.

    • meyotch@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      11 months ago

      Ha, that was my main reason for using awk, performance and run time. I had to do things like replace semi-colons with commas in 1 terrabyte text files.