📄 l35.2c
字号:
#printYou can use '*' to look for a string of charactersfrom one of the character classes. Suppose, for example,we wanted a long string of either 'a' or 'b', followedby 'x'. Then we could write s/[ab]*x/.../In this directory is a file named "table".It has only one line. On that line, replace all the digitsfollowed by a comma with the letters "too big". For example,"123,000" should become "too big,000".Then rewrite the file and type "readY".#create RefHeathrow too big,159#create tableHeathrow 17073,159#user#cmp table Ref#log#next35.2d 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -