Akten Sie Datei bis zum Übereinstimmung ohne einbezogen
sed '/[match]/q' file.txt
#Include q option at the end to grep until match only
Armandres
sed '/[match]/q' file.txt
#Include q option at the end to grep until match only