shell 11 (shell redirection input and output)

1. Standard input and output

Introduction to standard input:
Read the data entered by the user from the keyboard, and then use the data in the Shell program;


Standard output describes
the data generated by the Shell program. These data are generally presented to the monitor for users to browse and view.

 

Guess you like

Origin blog.csdn.net/peng_258/article/details/132461040