📄 limitations
字号:
This file describes limits of gawk on a Unix system (although itis variable even then). Non-Unix systems may have other limits.# of fields in a record: MAX_INTLength of input record: MAX_INT Length of output record: unlimitedSize of a field: MAX_INT Size of a printf string: MAX_INT Size of a literal string: MAX_INT Characters in a character class: 2^(# of bits per byte)# of file redirections: unlimited# of pipe redirections: min(# of processes per user, # of open files)double-precision floating pointLength of source line: unlimited
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -