Mask input to help commands process only selected parts
Masking tape to help commands "do one thing well"
teip$ cat data.csv | teip -f 2 -d ',' sed 's/old/new/'$ echo 'hello world' | teip -g 'world' tr '[:lower:]' '[:upper:]'$ cat log.txt | teip -l 'ERROR' sed 's/ERROR/FIXED/'