March 2018
Beginner to intermediate
416 pages
9h 24m
English
Till now we have been sending the output of print and printf commands to stdout, that is, the screen. However, we can also redirect the output to files by using the redirection operator. Redirection is done after the print command. It is the same as we do in shell commands using redirection operator.
There are three forms of output redirection:
Read now
Unlock full access