I have a directory with many c programs and some other files.
After performing gcc -o output_name filename.c
on c files i have respective output files in the same folder.
What terminal command and how should i use it to display only these output files.
Thanks and regards!
find
and-executable
– A.B. May 10 '15 at 07:09