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
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.