The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-10-2008
avronius avronius is online now VIP Member  
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}'"