Help for this page
$ t() { perl -Mv5.10 -e'while (<>) { chomp; say "<$_>"; }' "$@"; } ... $ echo 'Contents of virtual file' | t <Contents of virtual file>