📄 l3.3b
字号:
#printOf course, you can print any file with "cat".In particular, it is common to first use"ls" to find the name of a file and then "cat"to print it. Note the difference between"ls", which tells you the name of the files,and "cat", which tells you the contents.One file in the current directory is named fora President. Print the file, then type "ready".#create roosevelt this file is named roosevelt and contains three lines of text.#copyout#user#uncopyoutcp .ocopy X2tail -3 .ocopy >X1#cmp X1 roosevelt#log#next3.2b 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -