hi...
any of you gurus out there know how to search for example big files immediately under root ignoring all of the other filesystems? as you know doing a find / -size +1000000c... give you the job lot.
i'm thinking maybe a loop using a grep -v against the $7 (Mounted on) field of the df -k output.
thanks in advance to those bothered to reply.
any of you gurus out there know how to search for example big files immediately under root ignoring all of the other filesystems? as you know doing a find / -size +1000000c... give you the job lot.
i'm thinking maybe a loop using a grep -v against the $7 (Mounted on) field of the df -k output.
thanks in advance to those bothered to reply.