e80a2a4ea7cd
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 12 Dec 2023 14:22:55 -0500 |
parents | 41849d4b8593 |
children | 3def90ae0b3a |
branches/tags | (none) |
files | bin/disks lispwords vim/custom-dictionary.utf-8.add |
Changes
--- a/bin/disks Tue Nov 28 16:23:43 2023 -0500 +++ b/bin/disks Tue Dec 12 14:22:55 2023 -0500 @@ -12,10 +12,10 @@ OUT=$(df -h) echo "$OUT" | head -1 echo "$OUT" | head -1 | sed 's/./-/g' -echo "$OUT" | tail +2 | grep -Pv '^/dev/loop' | grep -Pv tmpfs | sort -k6 +echo "$OUT" | tail +2 | grep -Pv '^/dev/loop' | grep -Pv tmpfs | sort -k6 | grep -P --color '/dev.*\s/$|' echo OUT=$(df -i) echo "$OUT" | head -1 echo "$OUT" | head -1 | sed 's/./-/g' -echo "$OUT" | tail +2 | grep -Pv '^/dev/loop' | grep -Pv tmpfs | sort -k6 +echo "$OUT" | tail +2 | grep -Pv '^/dev/loop' | grep -Pv tmpfs | sort -k6 | grep -P --color '/dev.*\s/$|'