Re: large files

2003-04-30 Thread Craig Sanders
On Thu, Apr 24, 2003 at 03:43:31PM -0600, David Bishop wrote: > Ideas? Other than killing them, of course, no matter how tempting that is... 1. how about something like this to just delete some junk: find ~user -type f | egrep -i "\.(mp3|mov|ogg)$" | xargs rm -f change the regexp to match w

RE: large files

2003-04-25 Thread Milanuk, Monte
> Ideas? Other than killing them, of course, no matter how > tempting that is... I think you've gotten some good ideas so far, including the --max-depth= option to restrict the depth of search, and another one that I use quite a bit on my home system is --exclude. I didn't see you mention it

Re: large files

2003-04-25 Thread Marcel Hicking
--On Thursday, April 24, 2003 15:43:31 -0600 David Bishop <[EMAIL PROTECTED]> wrote: I have a user that really like to create files. Then, they don't clean them up. We have already put a quota* on them, but unfortunetly, their directory is so large and convaluted, that they can't even figure

Re: large files

2003-04-24 Thread David Bishop
On Thursday 24 April 2003 04:33 pm, Tarragon Allen wrote: > On Fri, 25 Apr 2003 07:43 am, David Bishop wrote: > > I have a user that really like to create files. Then, they don't clean > > them up. We have already put a quota* on them, but unfortunetly, their > > directory is so large and convalu

Re: large files

2003-04-24 Thread Tarragon Allen
On Fri, 25 Apr 2003 07:43 am, David Bishop wrote: > I have a user that really like to create files. Then, they don't clean > them up. We have already put a quota* on them, but unfortunetly, their > directory is so large and convaluted, that they can't even figure out where > all the disk space ha

large files

2003-04-24 Thread David Bishop
I have a user that really like to create files. Then, they don't clean them up. We have already put a quota* on them, but unfortunetly, their directory is so large and convaluted, that they can't even figure out where all the disk space has gone. Is there a sane way to generate a report showi