grep (1 blogmarks)
← BlogmarksGrep by example: Interactive guide
https://antonz.org/grep-by-example/grep is the ultimate text search tool available on virtually all Linux machines. While there are now better alternatives (such as ripgrep), you will still often find yourself on a server where grep is the only search tool available. So it's nice to have a working knowledge of it.
There is a mini book, a playground, and interactive examples of practical ways to use grep.