Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


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

ssh remote command



On 10/25/06, nmeyers at javalinux.net <nmeyers at javalinux.net> wrote:
> In the ssh case, the $2 is inside double-quotes, so it's being
> interpolated by your shell on server1 - probably as an empty string,
> so the awk command you're sending is {print  }. You could escape the $,
> or switch quote style in the middle, like this:
>
>   ssh server2 "grep 'ORA-' /var/log/core.log | awk '{print "'$2'"}' | sort | uniq -c | sort -rn"
>
> What I'm doing is ending the double-quote, starting a single-quote,
> then ending that and returning to double-quote.


Perfect, Thanks eveyone!

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.





BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org