Help for this page

Select Code to Download


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