Roger Searle wrote:
[EMAIL PROTECTED] roger]# find /home -mtime -1 -size +10240k | xargs ls -ld -rw------- 1 roger roger 8874840064 May 25 21:15 /home/roger/.xsession-errors [EMAIL PROTECTED] roger]# find /home -mtime -4 -size +10240k | xargs ls -ld -rw------- 1 roger roger 8874840064 May 25 21:16 /home/roger/.xsession-errors [EMAIL PROTECTED] roger]# find /home -mtime -1 -size +102400k | xargs ls -ld -rw------- 1 roger roger 8874840064 May 25 21:16 /home/roger/.xsession-errors [EMAIL PROTECTED] roger]# find /home -mtime -1 -size +202400k | xargs ls -ld -rw------- 1 roger roger 8874840064 May 25 21:17 /home/roger/.xsession-errors [EMAIL PROTECTED] roger]#
then to konqueror to see that .xsession-errors is 8.3GB !!! so... rm .xsession-errors
Thanks for the help finding this. The obvious question now being: what was causing that? Presumably it's going to grow again.
Roger
You're going to have to read _all_ of it to find that out (:
Cheers,
Steve.
