Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a bash script to: Find all the files ending with .c recursively for every directory in your current working directory, Copy each one to

Write a bash script to:

Find all the files ending with .c recursively for every directory in your current working directory, Copy each one to a folder called programs , You may need to handle duplicates. Append a number to the end of the file name before the extension ( main.c , main-1.c , main-2.c , etc) Compile them and generate a report. Your report should look something like:

main.c compiles prog2.c failed main-2.c compiles prog3.c compiles t2.c failed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

=+18-4 Describe the loca- tion and function of feature. detectors.

Answered: 1 week ago

Question

explain what is meant by experiential learning

Answered: 1 week ago

Question

identify the main ways in which you learn

Answered: 1 week ago