Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

sed remove until first occurrence

echo remove_stay... | sed 's/.*(stay.*)/1/g'
stay	#remove all but from first ocurrence match until end
 
PREVIOUS NEXT
Tagged: #sed #remove #occurrence
ADD COMMENT
Topic
Name
9+7 =