Toby Bluhm <> scribbled on Wednesday, October 08, 2008 3:18 PM:
Currently working with migrating from RHEL3 to CentOS 5.2 x86 on test computer. When I tried to run "yum install rsh*" in order to install the rsh-server
Try
yum install rsh*
or
yum install "rsh*"
This allows "*" to be passed on to yum unmolested by the shell.
That's a new one. I'll keep this one in mind. Thx.