Bash Grep finden Zeilen, die mit Wort beginnen
# Basic syntax:
grep '^your_word' input_file
Charles-Alexandre Roy
# Basic syntax:
grep '^your_word' input_file