📄 technica.txt
字号:
Itouch basically takes a list of files, and one at a time it stamps them
with the current time and date. This is a little more convoluted than
using the wildargs functionality, since it was done long before the wildargs
was created.
ARGS.C - parameter parsing
EXT.C - file extension handlers
FATAL.C - fatal error and exit
FILE.C - generic routines to run a function for each file in the command
- line list
ITOUCH.C - main line, command line parsing,
- and function to do the touch operation
USAGE.C - usage and banner
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -