Bash Grep Znajdź linie, które zaczynają się od słowa

# Basic syntax:
grep '^your_word' input_file
Charles-Alexandre Roy