I’m stuck on Stage #JV1
I haven’t started this task quite yet, I just want some clarifications to see if both “1>” and “>” are supposed to do the same thing or if they are meant to have different uses because currently, I can’t make a clear distinction between them.
Using C++.
Hi @BardhT, > is simply shorthand for 1>, so they function the same way. Both redirect stdout (file descriptor 1) to a file.
>
1>
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.