Lars Gullik Bjønnes wrote:
Angus Leeming writes: | Lars Gullik Bjønnes wrote: | > | What's that? "No, I have an objection" or "No objection." ? | > d/,/| | You're inventing syntax ;-) | | Either you mean 's/,//' or you mean '/,/d', this latter removing the| entire line.sod sed. tr -d ','
Fair 'nuff. But `tr 'd/,/'` won't work either :-P A.