Proprifie quota et affiche home à la plase de home-adh
This commit is contained in:
parent
9b255bbb30
commit
20cb9cdad0
1 changed files with 1 additions and 7 deletions
|
@ -4,19 +4,13 @@ if [[ $1 = "" ]] || [[ $1 = $USER ]] ; then
|
|||
/usr/bin/quota
|
||||
else
|
||||
/usr/bin/quota $*
|
||||
fi | awk -F'(:| *)' '
|
||||
fi | sed 's/home-adh/home/' | awk -F'(:| *)' '
|
||||
BEGIN { fs = "" }
|
||||
/Disk/ { print; print "utilisé\tquota\tlimite\t%\t(en Mo)" }
|
||||
{
|
||||
if (NF == 2) { fs = $2 }
|
||||
else if (fs != "") {
|
||||
#unit = 512/1024
|
||||
#system(/usr/bin/stat -c %B " fs) | getline unit
|
||||
#if (fs == "/home") { total = 400 }
|
||||
#else if (fs == "/var/mail") { total = 75 }
|
||||
#else { total = 100 }
|
||||
printf "%3.2f\t%3.2f\t%3.2f\t%3.1f\t%s\n", $2/1024, $3/1024, $4/1024, $2*100/$3, fs
|
||||
#printf "%3.2f\t%3.2f\t%3.2f\t%3.1f\t%s\n", $2/1024*unit, $3/1024*unit, $4/1024*unit, $2*100/$3, fs
|
||||
fs = ""
|
||||
}
|
||||
}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue