7 - IO Redirection and Piping
7 - IO Redirection and Piping
2 std. Error
1 std. Error
Redirecting Input
Input Redirection is not as popular as Output
Redirection. Since most of the times you would
expect the input to be typed at the keyboard.
2 std. Error
1 std. Error
$ wc < my_files
2 std. Error
Another_command | command
man | more