📄 l0.1c
字号:
#printThe computer keeps track of information in "files."A file might contain a letter to a friend,or a memo (or part of it) that you are typing,or any number of other things.You can list the names of your filesby typing the command "ls".Try "ls" now; then type "ready".Remember that each command must go on a separate lineand each line must be ended with RETURN.#create letterDear John: I'm terribly sorry...#create memoThis is a memo.#create memo1Another memo.#copyin#user#uncopyingrep '^ls' .copy >/dev/null#bad "ls"Don't type the quotes, please. Try again.#log#next0.1d 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -