l10.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 22 行
1A
22 行
#printWhen you are done with something, you will want to knowhow to get rid of the file it is on. The commandfor that is "rm" (remove). For example rm junkthrows away the file named "junk". Once itis gone, it is really gone - there is no wayto "undo" a remove command. Hence this commandshould be used with caution.In this directory there is one file namedfor a baseball player. Remove it.Then type "ready".#create kernighan#create yastrzemski#userif (!(! -r yastrzemski && -r kernighan)) exit(1)#log#next11.1a 1011.2a 511.3a 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?