l3.1c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1C 代码 · 共 29 行
1C
29 行
#printWhen you actually edit a file,the first thing the editor does before givingyou its ':' prompt is to tell you the nameof the file and the number of lines andcharacters it contains.If you edit a file that does not yetexist, it will let you knowby printing the message "No such file or directory".I'm going to put you in the editorwith a file a called "junk". Leavethe editor with 'q'. Do you know how manycharacters there are in "junk"?When you get the '%' type "answer N"where N is the number.#create junkYou're in the editor.Type in the number of characters in this file.#copyin#pipeex +'set prompt noopt open' junk#user#unpipe#uncopyin#match 69#log#next3.1b 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?