Obtenez un fichier jusqu'à la correspondance sans inclure
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