Wednesday, January 18, 2017

STDIN (Standard input as parameter / PIPE)

echo "teste" | sed 's/X/Y/g;s/te/be/g' <(echo "X") -


echo "Testando" | vi -


No comments:

Blog Archive