• 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.