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 -->
  #4 (permalink)  
Old 05-27-2009
alberto alberto is offline
Registered User
  
 

Join Date: May 2009
Posts: 14
df -k | awk '{print $1 " " $5}' | mail -s "FILE SYSTEM USAGE"

Last edited by vbe; 05-27-2009 at 05:35 AM.. Reason: removed Email