Skip to content

Instantly share code, notes, and snippets.

@dewomser
Created September 14, 2025 22:21
Show Gist options
  • Select an option

  • Save dewomser/0633ca87e1716010ea4e378081889f62 to your computer and use it in GitHub Desktop.

Select an option

Save dewomser/0633ca87e1716010ea4e378081889f62 to your computer and use it in GitHub Desktop.
Bash kann auch schön
df -h | grep -e '^/dev/[[nvme,sd]]*' -e 'Dateisystem' | column -t -W 6 -o '|'| boxes -d info
#oder ohne grep und kürzer
df -h -t ext4 -t vfat | column -t -l 6 -o '|'| boxes -d info
@dewomser
Copy link
Author

bb238e84b325f879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment