Redirection
the redirect operator </> takes the stdout from the preceding command and redirects it to a file
- implicity,
>===1>
< redirects input
cat < input.txtsays "take the contents of input.txt and use it as input to thecatcommand.
> redirects output