3
I have seen other threads about deleting a certain extension in a directory. However, when I try it, it seems to work but takes a long time to go through directories and say "Permission denied" on the system ones. All I want is a bash script that goes through the entire computer, or part of it, and deletes a certain extension. If python would be faster that is fine.
1would it be dangerous if it is just deleting a certain extension... what could go wrong? – None – 2012-12-21T02:48:24.230
What do you mean by extension? Like, a Python module? – Nathan – 2012-12-21T02:55:52.470
1What are you really trying to do? – None – 2012-12-21T03:19:10.837
I mean a file extension. – None – 2012-12-21T03:42:00.787