how can i know version of echo command as specified in the man page for echo echo --version should output version of echo command is it a bug in echo command or its documentation.. plz explain.. same is the case with echo help!!
You are probably hitting the shell builtin echo
. Try using the real program
/bin/echo --version
For a help section of the builtin echo, try
help echo
And for its manpage, try
man bash
If you are using the bash as your shell
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With