Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CygWin tmp folder is taking too much disk space

I noticed that CYGWIN /tmp folder is taking too much disk space ( around 10 gb ). I have the program installed for about 2 years.

I googled for a while and I didn't found any help in cleaning this folder. Does anyone knows how to do it?

Thanks!

like image 699
André Ramos Avatar asked Feb 04 '23 23:02

André Ramos


1 Answers

what is the issue with

cd /tmp 
rm -r *
like image 53
matzeri Avatar answered Feb 08 '23 17:02

matzeri