/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
for path in `mount | awk '/^\/dev/ {print $3}'`; do df -h "$path"; done;