Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
erase automatically empty folders [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
lonrot_m
Apprentice
Apprentice


Joined: 18 Jun 2005
Posts: 274
Location: Mexico

PostPosted: Thu Sep 28, 2006 10:40 pm    Post subject: erase automatically empty folders [Solved] Reply with quote

Hi:

Well like the subject says i would like to create a command that erases the folders that are empty, my idea would be first get the size of that folder with du --max-depth=1
and then the ones that have 0k erase them but i dont really know how to start or how to do it, so i was wondering if anyone already knows how to do it or if they have a suggestion

thanks
lonrot
_________________
The only fool bigger than the person who knows it all is the person who argues with him.


Last edited by lonrot_m on Fri Sep 29, 2006 2:26 am; edited 1 time in total
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Thu Sep 28, 2006 10:54 pm    Post subject: Reply with quote

rmdir removes only empty folders so you should be able to use that:
Code:
cd /
rmdir -p *


This should remove all rthe empty folders on your system. I have not tested it at all though, so I suggest you first test it before it eats your dog :)
Back to top
View user's profile Send private message
lonrot_m
Apprentice
Apprentice


Joined: 18 Jun 2005
Posts: 274
Location: Mexico

PostPosted: Fri Sep 29, 2006 2:26 am    Post subject: Reply with quote

that works although i first i need to run it like this
Code:

rmdir -p */*/*


because if the folder contains a folder although it isn't empty it doesn't erase it so first we must erase the one inside

thanks a lot
_________________
The only fool bigger than the person who knows it all is the person who argues with him.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum