new to Linux and C so probably a simple task..but
As per the title,
How, via the command line, do you redirect 2 distinct files as input, so that when the program is done with the first, it will move on to the second?
./a.out < in1.txt .......
cat→cat file1 file2 file3 | ./my_program. And it has nothing related to C.