As a software program engineer that lives an excessive amount of of his life on a pc, I like conserving my machine as clear as potential. I do not maintain rogue downloaded recordsdata and removes apps after I do not want them. A part of conserving 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 are able to add a --delete
flag:
discover . -type d --empty --delete
Holding a clear machine is straightforward when you realize the instruments that may assist you to. discover
makes figuring out and eliminating straightforward, so do not be afraid to make use of it!
Ship Textual content Messages with PHP
Youngsters lately, I inform ya. All they care about is the know-how. The video video games. The bottled water. Oh, and the texting, all the time the texting. Again in my day, all we had was…OK, I had all of these items too. However I nonetheless do not get…
Parallax Sound Waves Animating on Scroll
Scrolling animations are enjoyable. They’re enjoyable to create and enjoyable to make use of. In case you are bored with bootstrapping you may discover taking part in with scrolling animations as a pleasant juicy refreshment in your dry front-end growth profession. Let’s take a look create animating…
Source_link