Answers for "sed up to first match"

0

sed up to first match

sed '/[match]/q' file.txt	
#Include q option at the end to grep untilmatch only
Posted by: Guest on December-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language