Find Empty Directories from Command Line

[ad_1]

As a software program engineer that lives an excessive amount of of his life on a pc, I like maintaining my machine as clear as attainable. I do not hold rogue downloaded information and removes apps once I do not want them. A part of maintaining a clear, performant system is eradicating empty directories.

To establish empty directories, I take advantage of the next command:

discover . -type d --empty

To take away empty directories, we are able to add a --delete flag:

discover . -type d --empty --delete

Maintaining a clear machine is simple when you recognize the instruments that may assist you to. discover makes figuring out and eliminating straightforward, so do not be afraid to make use of it!

  • 9 Mind-Blowing Canvas Demos

    The <canvas> ingredient has been a revelation for the visible specialists amongst our ranks.  Canvas gives the means for unimaginable and environment friendly animations with the added bonus of no Flash; these builders can flash their superior JavaScript expertise as a substitute.  Listed here are 9 unbelievable canvas demos that…

  • I&#8217;m an Impostor

    That is the toughest factor I’ve ever needed to write, a lot much less admit to myself.  I’ve written resignation letters from jobs I’ve liked, I’ve ended relationships, I’ve failed at a bunch of duties, and let myself down in my life.  All of these emotions had been very…

  • MooTools onLoad SmoothScrolling

    SmoothScroll is a implausible MooTools plugin however clean scrolling solely happens when the anchor is on the identical web page. Making SmoothScroll work throughout pages is as straightforward as just a few additional line of MooTools and a querystring variable. The MooTools / PHP After all, this can be a…

  • MooTools: Set Style Per Media

    I might wager one of the used MooTools strategies is the setStyle() methodology, which lets you set CSS fashion declarations for a component. One of many limitations of MooTools’ setStyle() methodology is that it units the particular fashion for all medias.


[ad_2]

Leave a Reply