Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Output of a command

by ysth (Canon)
on Jul 30, 2008 at 05:52 UTC ( [id://701025]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Output of a command
in thread Output of a command

It's common, but by no means universal, for --version and sometimes --help to go to stderr. There isn't any standard, so "should" is not a meaningful question.

Replies are listed 'Best First'.
Re^4: Output of a command
by gaal (Parson) on Jul 30, 2008 at 06:05 UTC
    It's a pet peeve of mine for help text explicitly requested to go to stderr. If I asked for it, and it's long, please put it on stdout so I don't have to work harder to pipe it into $PAGER. Of course, if something's wrong and you need to give me an error message with some helpful text, it's fine to put it on stderr to lessen the chance of breaking my pipes.
      Yeah. Help going to stderr also breaks the --help|less idiom.
        ... then frustratingly one invokes p --help 2>&1 | q (in a bourne like shell).

        Which is why you should use a better shell and just use --help |& less instead (and set up abbrevs so you can just type ,le SPC which expands into |& less for you . . . :).

        The cake is a lie.
        The cake is a lie.
        The cake is a lie.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://701025]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-20 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found