bash grep trouver des lignes qui commencent par mot
# Basic syntax:
grep '^your_word' input_file
Charles-Alexandre Roy
# Basic syntax:
grep '^your_word' input_file