remote ssh
Hi Gurus,
I need to get df size information from remote system. I tried follwing
but it gives a syntex error. Can you please help
VARIABLE=`ssh HOST "expr `df -k | grep " /mnt" | awk '{print \$3}'`)"
regards
.
Relevant Pages
- Re: remote ssh
... I need to get df size information from remote system. ... I tried follwing ... but it gives a syntex error. ... groups.google interface lets most users look like idiots... ... (comp.lang.awk) - Re: remote ssh
... In comp.unix.shell tester: ... I need to get df size information from remote system. ... I tried follwing ... but it gives a syntex error. ... (comp.unix.shell) - remote ssh
... I need to get df size information from remote system. ... I tried follwing ... but it gives a syntex error. ... (comp.lang.awk) - Re: Working Example of creating a Process on a Remote System using
... the Question is about shutting down a remote system. ... Beste Grüsse / Best regards / Votre bien devoue ... Latest Open-Source Projects: http://entwicklung.junetz.de ... how to access WMI and its data, ... (microsoft.public.dotnet.languages.csharp) - Re: remote ssh
... I need to get df size information from remote system. ... but it gives a syntex error. ... You are getting tripped up by quoted string evaluation between ... to do a df, then parse the results on the local system, not the ... (comp.lang.awk) |
|