The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
using awk remotely
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
using awk remotely
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-10-2008
avronius
VIP Member
Join Date: Apr 2008
Location: Calgary
Posts: 305
try this:
Code:
rsh remote-server "df -k | grep sd | grep -v boot | awk '{print $3}'"
avronius
View Public Profile
Visit avronius's homepage!
Find all posts by avronius
Find avronius's past nominations received
Find avronius's present nominations given