rem’s avatarrem’s Twitter Archive—№ 74,807

  1. Dear web/unixy folk: I've forgot the name of a unix tool that lets me do this: cat foo.txt | sed 's/A/B/' | THIS_COMMAND > foo.txt i.e. lets stdin drain before writing to stdout. Anyone know it?