Hi,
> On Tue, 11 May 2004 10:33:30 +0200, Corinna Vinschen wrote,
> rsh is using getopt_long for option processing. The old versions had it
> statically linked in while newer versions are using the getopt_long built
> into Cygwin. By default, Cygwin's getopt_long has argument permutation
>
On May 11 13:21, Shun-ichi GOTO wrote:
> Hi, developers
>
> Few days ago, I upgraded cygwin from 1.5.5 to 1.5.9
> and I found strange behavior of rsh.
>
> The problem is that rsh want to handle argument of executing command.
> For example,
>
> $ rsh host ls -a
> rsh: unknown option -- a
>
Hi, developers
Few days ago, I upgraded cygwin from 1.5.5 to 1.5.9
and I found strange behavior of rsh.
The problem is that rsh want to handle argument of executing command.
For example,
$ rsh host ls -a
rsh: unknown option -- a
Try `rsh --help' for more information.
$ rsh host "ls -a"
3 matches
Mail list logo