echo "foo bar baz" | perl -ne 'print uc' # is the same as (in terms of content) perl -ne 'print uc' foo bar baz ^D