gash/test/100-sed-quit.sh

5 lines
68 B
Bash
Raw Normal View History

2018-12-09 19:36:08 +00:00
input='foo
bar'
echo "$input" | \sed 's/foo/baz/ ; q ; s/baz/foo/'