Question: given the following command $ gcc -o Given the following command $ gcc-o greet greet.c 2>errors.txt Which of the following is true? Choose ALL and
given the following command $ gcc -o
Given the following command $ gcc-o greet greet.c 2>errors.txt Which of the following is true? Choose ALL and ONLY the correct options. | The standard error of greet will be redirected to errors.txt The standard error of gcc will be redirected to errors.txt If there are no errors, errors.txt will not be created/overwritten. The standard output of gcc will be redirected to errors.txt The standard output of greet will be redirected to errors.txt
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
