Mailinglist Archive: opensuse (2459 mails)
| < Previous | Next > |
Re: [opensuse] /bin/rm: Argument list too long
- From: Alvin <alvinbeach@xxxxxxxxx>
- Date: Wed, 26 Mar 2008 22:02:57 -0300
- Message-id: <200803262202.57263.alvinbeach@xxxxxxxxx>
On Wednesday 26 March 2008 21:08:40 Sam Clemens wrote:
I just delete the whole directory. It will be made again the next time
thumbnails are created.
rm -rf ~/.thumbnails.
I guess a more robust solution would be to have cron run a script that deletes
old thumbnails once the size is over some maximum? Just haven't had a need
for that.
Alvin
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Istvan Gabor wrote:
Hello:
I've just realized that my .thumbnails folder occupies 3.3 Gbyte
space. I wanted to empty it by:
rm .thumbnails/large/*
D=.thumbnails/large
rm -rf $D
mkdir $D
I just delete the whole directory. It will be made again the next time
thumbnails are created.
rm -rf ~/.thumbnails.
I guess a more robust solution would be to have cron run a script that deletes
old thumbnails once the size is over some maximum? Just haven't had a need
for that.
Alvin
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |