I'm writing some scripts to automate the interaction with racadm
sessions. Sometimes I need to show some info messages to the users, like Will retry in 30 seconds.
For now I just use an unknown command like this:
$ ssh admin@idrac-ip-addr
racadm> ECHO "Will retry in 30 seconds."
ERROR: Invalid command specified.
racadm>
This works though it's a bit ugly. So I want to know if there's anything like an echo
command or does it support comments (like the #
char in shells).