🌱 fd command to delete files

Source

fd is a better version of find

-d  = depth
-H = search hidden files/folders
-X = batch exec {pass command}
fd -d 3 -H git -X rm -rf
Made by Brandon . If you find this project useful you can donate.