$echo "hello" > --test $cat --test cat: unrecognized option '--test' Try 'cat --help' for more information. $cat -- --test hello $
BEAUTY AND PLAY
$echo "hello" > --test $cat --test cat: unrecognized option '--test' Try 'cat --help' for more information. $cat -- --test hello $