I have this question from my programming class, we are programming in C++ and I'm not sure what the <>
and &
mean and are referring to, the question is:
process < grass > milk &
For the above commands to work as intended, what kind of files are process
, grass
and milk
?