We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a simple script which removes all the binary present in current directory (usually generated after running gcc or other commands).
You can refer to "man find" for more information, you can also use modern tool like fd instead of find to accomplish this.
After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).
The text was updated successfully, but these errors were encountered:
iiitl#4 script to remove binary files
9306961
Successfully merging a pull request may close this issue.
Write a simple script which removes all the binary present in current directory (usually generated after running gcc or other commands).
You can refer to "man find" for more information, you can also use modern tool like fd instead of find to accomplish this.
After writing script send a PR mentioning this issue by putting "#" in your PR (optionally also in the commit).
The text was updated successfully, but these errors were encountered: