Quick Linux tip for finding and get rid of all of the files you've created that are currently empty. find . -empty -exec rm -i {} + This will co
Quick Linux tip for finding and get rid of all of the files you've created that are currently empty. find . -empty -exec rm -i {} + This will co