sed Flashcards
1
Q
what characters can be used as delimiters in sed expr
A
whatever. Order as follows: sed ‘s_expr1_expr2_g’
2
Q
what character can substitute a matched string in part “we want to get” of a sed expression
A
&
what characters can be used as delimiters in sed expr
whatever. Order as follows: sed ‘s_expr1_expr2_g’
what character can substitute a matched string in part “we want to get” of a sed expression
&