As a software program engineer that lives an excessive amount of of his life on a pc, I like retaining my machine as clear as attainable. I do not preserve rogue downloaded recordsdata and removes apps once I do not want them. A part of retaining a clear, performant system is eradicating empty directories.
To determine empty directories, I take advantage of the next command:
discover . -type d --empty
To take away empty directories, we will add a --delete
flag:
discover . -type d --empty --delete
Protecting a clear machine is straightforward when you recognize the instruments that may show you how to. discover
makes figuring out and eliminating straightforward, so do not be afraid to make use of it!
6 Issues You Didn’t Know About Firefox OS
Firefox OS is all around the tech information and for good motive: Mozilla’s lastly given internet builders the platform that they should create apps the way in which they have been creating them for years — with CSS, HTML, and JavaScript. Firefox OS has been quickly bettering…
MooTools 1.2 Picture Protector: dwProtector
Picture safety is a scorching subject on the web lately, and why should not it’s? In case you spent two hours designing an superior graphic, would you need it ripped of in matter of seconds? Hell no! That is why I’ve created a picture…