bugifs.right
来自「bash debugger. You can use this tool to 」· RIGHT 代码 · 共 26 行
RIGHT
26 行
(bugIFS.sh:3):3: interface_names='qfe0 qfe3'+# Debugger test of an old IFS bug+# +### Going to the location where IFS should be reset in the code...+continue 5One-time breakpoint 1 set in file bugIFS.sh, line 5.(bugIFS.sh:5):5: IFS=" ."+e _Dbg_print_source_line 5(bugIFS.sh:5):5: IFS=" ."+step (bugIFS.sh:6):6: set -- $interface_names+## Make sure IFS in an eval is the same as what we just set.+eval declare -p IFSdeclare -x IFS=" ."+step 2(bugIFS.sh:8):8: exit 0+## Make sure PS4 in an eval is the same as what we just set.+eval declare -p PS4declare -x PS4="foo"+quit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?