Re: Double quotas problem
From: Alexey G. Khramkov (lamb7583_at_geocities.com)
Date: 06/17/04
- Next message: Alexey G. Khramkov: "Re: Regex help needed"
- Previous message: those who know me have no need of my name: "Re: Regex help needed"
- In reply to: Antimo: "Double quotas problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 */
- Next message: Alexey G. Khramkov: "Re: Regex help needed"
- Previous message: those who know me have no need of my name: "Re: Regex help needed"
- In reply to: Antimo: "Double quotas problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|