bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] command-line processing for rsh 1.4.2 (small getopt


From: Sergey Poznyakoff
Subject: Re: [bug-inetutils] command-line processing for rsh 1.4.2 (small getopt fix)
Date: Wed, 16 Jun 2004 16:18:02 +0300

Hi Todd,

> Commands like "rsh sol tail -f /var/log/mail" wouldn't work, as rsh
> was attempting to interpret the "-f".

Yes, but adding an explicit -- should do the trick:

     rsh sol -- tail -f /var/log/mail
     
> Adding a "+" to the getopt
> options string (taken from Linux netkit-rsh 0.17) takes are of that.

Thanks, I'll consider using that.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]