⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.txt

📁 用c语言编写的一个文本编辑器,实现编辑文字
💻 TXT
字号:
--------------------------------------------------------------------------------
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -