The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
intent: df -kh | filter based on capacity (used space) column where % > 85
.
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
:
intent: df -kh | filter based on capacity (used space) column where % > 85
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
10-16-2008
danmero
丹
Join Date: Nov 2007
Location: 45.48-73.63
Posts: 1,441
Useless use of grep
Code:
df -kh | awk '/\/export/ && int($5) >= 85'
danmero
View Public Profile
Find all posts by danmero
Find danmero's past nominations received
Find danmero's present nominations given