Input and output redirection are relatively simple to understand. You merely use one of four operators in conjunction with virtually any command. Use ctrl+D to end input.
> redirects output
>> concatenates output
< redirects input
Previous Home Next