minus-squarePhrodo_00@lemmy.worldtoProgramming@programming.dev•Real examples here?linkfedilinkarrow-up1·edit-21 year agoOriginal grep was pretty much a wrapper around sed (or actually maybe ed, I don’t remember). That’s why it’s called g/re/p, which is the sed command to do the same thing. linkfedilink
minus-squarePhrodo_00@lemmy.worldtoProgramming@programming.dev•Should a toggle button show its current state or the state to which it will change?linkfedilinkarrow-up1·2 years agoIf it’s a verb it should be a button, not a toggle linkfedilink
minus-squarePhrodo_00@lemmy.worldtoWorld News@lemmy.world•Zelenskyy fires recruitment officials for accepting $10,000 bribes to help Ukrainian men dodge the draft: 'bribery during war is treason'linkfedilinkEnglisharrow-up1·2 years agoI don’t understand this comment. Are you saying it’s only fine to dodge the draft when rock people do it? linkfedilink
Original grep was pretty much a wrapper around sed (or actually maybe ed, I don’t remember). That’s why it’s called g/re/p, which is the sed command to do the same thing.