Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

get file until match without including

sed '/[match]/q' file.txt	
#Include q option at the end to grep until match only
 
PREVIOUS NEXT
Tagged: #file #match #including
ADD COMMENT
Topic
Name
6+7 =