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

📄 bugifs.right

📁 bash debugger. You can use this tool to debug bash shell script
💻 RIGHT
字号:
(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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -