Modify command to display disk space used
This commit is contained in:
parent
2a6ea4d843
commit
85efc92f61
@ -20,8 +20,8 @@ kernelver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
home() {
|
home() {
|
||||||
# disk=$(df -h | awk 'NR==9{print $3, $5}')
|
# disk=$(df -h | awk 'NR==8{print $3, $5}')
|
||||||
home=$(df -h | awk 'NR==9{print $3}')
|
home=$(df -h | awk 'NR==8{print $3}')
|
||||||
echo -e "/home: $home"
|
echo -e "/home: $home"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user