📄 l9.2a
字号:
#printYou can use patterns for file names with commandsother than "ls". For example, you can use them withthe "cat" command to print files.This directory has three files named parta partb partcYou can use cat part?to print all of them. Try that; thentype "ready".#create partaThis is file parta;it has two lines.#create partbFile partb here - has only one line.#create partcAnd now in file partc, which hasthe enormous total ofthree lines.#create partxxxYou shouldn't have printed this one.#copyin#user#uncopyingrep 'cat part?' .copy >/dev/null#log#next9.2b 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -