📄 l0.1b
字号:
#printYou should also understand a few simple commands.When UNIX types a "%" at you, you can type a command.For example, if you type "date" the computer will tellyou the current date and time. If you see "%" and type "who",UNIX will tell you who is logged on at present. There aremany other commands, too. You must type a RETURN at theend of each command line.Try the "date" command now: find out whatdate it is, and after the computer has responded, type "ready".And don't forget the RETURN!#copyin#user#uncopyingrep date .copy >/dev/null#bad dayYou were supposed to type "date" (without quotes).The computer is very intolerant of spelling errors.Try again.#bad "date"Don't type those quote marks. Try again.#bad timeThe time command does not tell you the wall-clock time.Try date next time.#log#next0.1c 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -