Newer
Older
invertedlogic / Scripts / df.sh
@John Ryland John Ryland on 4 Jun 2009 300 bytes new scripts
#!/bin/bash


df -h | grep -v "/lib/init/rw$" | grep -v "/var/run$" | grep -v "/var/lock$" | grep -v "/dev$" | grep -v "/dev/shm$" | grep -v "/lib/modules/"
df | grep -v "/lib/init/rw$" | grep -v "/var/run$" | grep -v "/var/lock$" | grep -v "/dev$" | grep -v "/dev/shm$" | grep -v "/lib/modules/"