Re: Double quotas problem

From: Alexey G. Khramkov (lamb7583_at_geocities.com)
Date: 06/17/04


Date: Thu, 17 Jun 2004 21:54:43 +0500

antimogc@hotmail.com (Antimo) writes:

> I all,

Hello, Antimo.

> It should be something in this way:
> rsh remote_hostname "ls; pwd; xmodmap -e "keysym KP_1 = 1"; ls; pwd"
[skip...]
> the following lines (without success):
> rsh remote_hostname "ls; pwd; xmodmap -e \"keysym KP_1 = 1\"; ls; pwd"
> rsh remote_hostname "(ls; pwd; (xmodmap -e \"keysym KP_1 = 1\"); ls;
> pwd)"

quick quiz: please, test following command (I have not use r* commands and
can't test it myself.)

rsh rhost "ls; pwd; xmodmap -e 'keysym KP_1 = 1'; ls; pwd"

> Thank you for the help,
> Paolo

HTH,
agkhram

-- 
status = rule("RFC1855"); /* avoid flame wars */


Relevant Pages