Search Results

Search: Posts Made By: zfengs
Forum: AIX 06-18-2006
59,216
Posted By zfengs
you can try df -k /tmp|grep %|awk...
you can try

df -k /tmp|grep %|awk 'NR>1{print $3}'|sed 's/%//g'
instead of
df -k /tmp|grep %|awk '{print $5}'|sed 's/%//g'
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy