📄 l15.1a
字号:
#printSo far you only know how to copy and print existing files in the editor,and not how to get started from scratch. The 'a' (append) command letsyou type in new text. For example, the sequence ex file a this is a new line of text . wqwill append the line this is a new line of textto the editor buffer, and then write it on "file". (If "file" doesn'talready exist, the editor will warn you, but it's not an error.)Note that the material being added ends with the line that just containsa single '.' and that normal editor commands then resume. Following thispattern, make a file named "pres" that contains the linefranklin delano rooseveltand, after you have written it with a 'w' command, and done your 'q',try saying "cat pres" to check that you did it right. Then type "ready".#create Reffranklin delano roosevelt#user#cmp pres Ref#log#next15.1b 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -