xref
: /
dports
/
net-mgmt
/
cacti
/
cacti-1.2.19
/
scripts
/
diskfree.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
df
-k $
1
|
grep
-v
Filesystem
|
awk
'{printf "megabytes:" $4 " percent:" int($5)}'
3