commit | 9b04f1841eb4ef9b88e525796cd7230f6c3c1c6e | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Sat Aug 30 04:35:07 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Sat Aug 30 04:35:07 2003 +0000 |
tree | 0182f3773ca809ef13af1dc478a6dcb63b367dea | |
parent | 72f5f02184f8b1064e3dd9c8d33e65b64830340c [diff] |
Fix the substitution print subcommand, it should only print if its own substitution matched, not previous ones. e.g echo fooba | sed -n 's/foo//;s/bar/found/p' shouldnt print anything