How to recursively remove hidden files and folders from the current folder. Submitted by CoolGoose on Tue, 10/18/2011 - 15:02 find `pwd` -name '.*' -print0 | xargs -0 -I {} rm -R {} Technology: bash Read more about How to recursively remove hidden files and folders from the current folder.Add new comment
Recent comments