I need to understand what is the effect of
$ ./program.out < input_data.txt > output_file.txt (linux/UNIX)
$ ./program.out < input_data.txt > output_file.txt
and the similar
Get-