redirectors
pipe for sending command output to another command
|
redirectors
redirect standard output to a file or device - creating or overwriting the destination if a file
>
redirectors
redirect standard output to a file or device appending to the destination if a file
> >
redirectors
redirect standard input to a program
<