I cannot remember if there was a reason this feature had not been implemented, but here goes:
can we get command line history/editing?
For commands that can be done via rsh from the admin server, you only need to use a shell like bash or tcsh. I'm sure you know that, I only mention it because I have a related question:
What is the reasoning behind which commands will work via rsh and which won't?
It seems a litte strange that:
admin# rsh netapp rdate timeserver.telalink.net
works, but
admin# rsh netapp date
returns:
date not found. Type '?' for a list of commands
Kelly