I\'m learning about file descriptors in unix at the moment:
echo \'bat\' 1>&1 | sed \'s/b/c/\' echo \'bat\' 2>&1 | sed \'s/b/c/\'