Hi,
Can cat -h be added as an alias of --help please?
Regards
JG
$ cat -h
cat: invalid option -- h
Try `cat --help' for more information.
___
Bug-textutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-textutils
> Can cat -h be added as an alias of --help please?
You can use `--h' as an abbreviation for --help.
We try hard to avoid adding short-named options,
since they may conflict with options already used in other
implementations or in future standards.
__
Hi Jim,
Thanks for the reply. I think -h is almost exclusivly used for help
normally.
I noticed that some UNIX machines output cat --help on stderr, I think
the current approach of printing on stdout is more useful. Is this a
common GNU style to use stdout instead of stderr?
Regards
JG
Jim