search.cmd

来自「bash debugger. You can use this tool to 」· CMD 代码 · 共 33 行

CMD
33
字号
set trace-commands on# Test 'search' command####  Try a forward search /x. Should not be the same line .../x###  Try a backward search ?fn1? ...?fn1?###  Try another backward search ? Should not be the same line ...?###  Above search should reset list line below list start.###  Should get same line as line above...list###  Try forward search /fn1/. Should be line we got command before last .../fn1/###  Try a backward search ?fn3? ...?fn3?###  Reset line back to begining ...list 1###  Try alternate search form: search /fn1/search /fn1/list 1###  Try alternate search form: search fn3search fn3###  Try backward and forward last search...?/###  Try alternate search form: rev fn3rev fn3###  Search for something not there...search foobar1111quit

⌨️ 快捷键说明

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