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 .......