📄 l51.2b
字号:
#printSuppose you have a memo in a file andthe line with the title is preceded by a linewith "TL" on it. What command would printthe title? Replyanswer COMMANDwhere COMMAND is the search-and-print command to do that.#copyin#user#uncopyin#match /TL/+1p#match /TL/+#match /TL/1#match /TL/1p#match /TL/+p#match /TL/+1#log#next51.2c 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -