iiitl / bash-practice-repo-24

0 stars 35 forks source link

Rm bins Script added #110

Closed nithincod closed 5 months ago

nithincod commented 5 months ago

issue #4

hey I have added The script finds all executable files within the current directory using the find command. It then finds only binary executable files using grep. it extracts the file paths and removes by xargs rm -f

rootCircle commented 5 months ago

your implementation is buggy! closing this as invalid!

image