SyntaxFix
Write A Post
Hire A Developer
Questions
In linux you can use this commande :
for exemple i want to delete "*.py~" so my command should be ==>
find . -name "*.py~" -exec rm -f {} \;