bash grep trouver des lignes qui commencent par mot

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