📄 bugifs.cmd
字号:
set trace-co on# Debugger test of an old IFS bug#### Going to the location where IFS should be reset in the code...continue 5e _Dbg_print_source_line 5step## Make sure IFS in an eval is the same as what we just set.eval declare -p IFSstep 2## Make sure PS4 in an eval is the same as what we just set.eval declare -p PS4quit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -