Answers for "sed until first match"

0

sed until 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