3 lines
104 B
Bash
Executable file
3 lines
104 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
df -h / | awk '{print substr($3, 1, length($3)-1) "/" $2}' | tail -n 1 | sed 's/G/GB/'
|