Question: Consider the following short script: # ! / bin / bash $ 2 $ 1 What is the effect of the given short script, if

Consider the following short script: #!/bin/bash $2 $1 What is the effect of the given short script, if it's called cp1 big.c big.cc? A O It copies the contents of big.cc to big.c, eliminating the old big.c. It converts the C program big.c into a C++ program called big.cc. C 0 It has the same effect as the cp command copying the contents of big.c to big.cc. D O It compiles the C program big.c and calls the result big.c.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!