20. Bash Shell - I/O 重定向

开篇词 结合 IO 重定向特性,咱们能够方便地操纵文件或其余信息的输入输出。  html 标准输出 标准输出流一般被用来将一个程序的输出打印纸一个文件,它的文件描述符是 1。node 输出文本至一个文件 echo 'This is a text for test' > fresh_file cat fresh_file 输出结果至一个文件 ll -a > dir_list_file cat dir
相关文章
相关标签/搜索