Write a bash script to find all the files ending with .crecursively for every directory in your current working directory,then copy each one to a folder called programs, need handleduplicates by appending the number to the end of the file (exmain.c main-1.c ) compile them and generate a report
report should look like:
main.c compiles
prog2.c failed
main-2.c compiles
etc.