bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19604: echo --help does not work


From: Pádraig Brady
Subject: bug#19604: echo --help does not work
Date: Thu, 15 Jan 2015 11:36:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

tag 19604 notabug
close 19604
stop

On 15/01/15 06:20, prateek goyal wrote:
> Hi,
> 
> 
> when I try to use --help option with echo command, it does not print help 
> contents, but prints "--help".
> 
> 
> address@hidden:~/Documents/awk$ echo --help
> --help

You're actually using your shell's echo there.
To use the coreutils one:

  env echo --help

To invoke help for the shell builtin in bash you:

  help echo

Note newer versions of bash will support $builtin --help,
though I've not tested the echo case which would
introduce a change in behavior.

thanks,
Pádraig.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]