/ Published in: Bash
Expand |
Embed | Plain Text
for path in `mount | awk '/^\/dev/ {print $3}'`; do df -h "$path"; done;
You need to login to post a comment.
for path in `mount | awk '/^\/dev/ {print $3}'`; do df -h "$path"; done;
You need to login to post a comment.