📄 l4.1a
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -