help.txt

来自「用c语言编写的一个文本编辑器,实现编辑文字」· 文本 代码 · 共 19 行

TXT
19
字号
--------------------------------------------------------------------------------
Information:The length of each line is 80
--------------------------------------------------------------------------------
Command for use(the space between the string is necessary):
c:                       calculate the total number of lines
i filename:              input file
o filename:              output file
l n string:              insert the string as line n
d n:                     delete line n
v:                       print all lines
p n:                     print line n
f string:                print all lines including string
r string1 string2:       replace all string1 to string2
s n string1 string2:     replace all string1 in line n to string2
q:                       quit the tool 
h:                       help 
--------------------------------------------------------------------------------
Warning:the length of the command must be less than 80!
--------------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?