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
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
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am