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

📄 list.cmd

📁 bash debugger. You can use this tool to debug bash shell script
💻 CMD
字号:
set trace-commands on# Test of debugger 'list' command#### List default locationlist ### Should list next set of linesl## Should not see anything since we ran off the top# list 999############################################################ 'list file:line' and canonicalization of filenames...list ./dbg-test1.sh:1list ../test/dbg-test1.sh:20list dbg-test1.sh:30list ./dbg-test1.sh:999list ./badfile:1#########################################################set trace-commands on### list of functions...list fn1list bogus############################################################ Testing window command..."window ###  Testing '.'l . # # Should see lines up to current execution line.###  Trying '-'...-###  Testing set/show listsizeshow listsize###  Setting listsize to 3...set listsize 3l 10###  Window command...wp "- command..."-###  Setting listsize to 4...set listsize 4show listsizel 10###  Window command...w###  '-' command...-#<-This comment doesn't have a space after #the initial `#'quit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -