Skip to content

Conversation

hleofxquotes
Copy link

On my mac, find does not know about -regex flag. I am proposing the following change to find
find . -name '.pyc' -exec rm '{}' ;
find . -name '.
~' -exec rm '{}' ;

and add a -f flag in case file coverage.xml is not there

On my mac, find does not know about -regex flag. I am proposing the following change to find
	find . -name '*\.pyc' -exec rm '{}' \;
	find . -name '.*~' -exec rm '{}' \;

and add a -f flag in case file coverage.xml is not there
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant