Skip to content
New issue

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

#4 Deleting all binary files #25

Closed
wants to merge 1 commit into from
Closed

#4 Deleting all binary files #25

wants to merge 1 commit into from

Conversation

Prudhvi-232
Copy link

Screenshot 2024-03-15 023635
Fixes #4
This script removes all binary files in the current directory by finding executable files, filtering out binaries, and deleting them. It ensures a clean-up of files typically generated by compilation commands like GCC.

@Prudhvi-232 Prudhvi-232 changed the title Deleting all binary files #4 Deleting all binary files Mar 14, 2024
@rootCircle
Copy link
Member

Hi @Prudhvi-232, there is a problem in your implementation your code removes all the executable, not the binaries, there is a difference between those

for simple eg: rm-bins is an executable but not a binary

hint: binary has ELF into its signature

ping me here when you're done with those, so we can move forward with your PR!

@rootCircle rootCircle closed this Mar 17, 2024
@rootCircle
Copy link
Member

closed due to inactivity! since the author provided the basic working prototype based on the issue, marks will be provided based on that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write rm-bins script.
2 participants