what Command runs circle redirecting in a.txt as output and b.txt as the input? a) gcc circle b.txt -o a.txt b) ./circle
Posted: Fri May 20, 2022 12:47 pm
what Command runs circle redirecting in a.txt as output and
b.txt as the input?
a) gcc circle b.txt -o a.txt
b) ./circle > b.txt < a.txt
c) ./circle > a.txt < b.txt
d) ./circle b.txt a.txt
e) None of the Above
b.txt as the input?
a) gcc circle b.txt -o a.txt
b) ./circle > b.txt < a.txt
c) ./circle > a.txt < b.txt
d) ./circle b.txt a.txt
e) None of the Above