Weird thing taking space

So basically I tried using the command du -hd1 And I have seen someone like this

image

What is this .

. is the current working directory. the `-d`` option sets the max depth to 1, so an entry at a depth of 0 showing the current directory’s size is also included

Can I reduce it disk usage?

Can you show us the full result of the command so we can find out what folder is using up the most space?

image

rm -rf .cache

1 Like

You are a legend

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.