l4.1a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 26 行

1A
26
字号
#printYou have already had some practice in using ">" to capturethe output of a program.  In much the same way, itis possible to arrange for a program to take its input notfrom the terminal but from a file.Most UNIX programs are written so that they will read eitherthe terminal or from a list of filenames.To have a program read from a file instead of the terminal,use the "<", like this:  pr <fileAs a simple experiment, determine if  pr <fileis absolutely identical to  pr fileAnswer yes or no.#create junkyou can use this file to play with.#copyin#user#uncopyin#match no#log#next4.1b 104.2a 5

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?