当前位置: 代码迷 >> 综合 >> SecureCRT 使用技巧
  详细解决方案

SecureCRT 使用技巧

热度:91   发布时间:2024-01-09 22:00:33.0

书签
alt+b
alt+c
ctrl+t
ctrl+w

Logon Scripts
    Expect:MNET/m_salahgao@MNET252:~>    Send:ssh root@192.168.0.1
    Expect:root's password:    Send:password
    Expect:[test]root@192.168.0.1:~$    Send:cd /data/log/xxx/

Ctrl-P      Move up history file.
Ctrl-N      Move down history file.
Ctrl-B      Move backward one character.
Ctrl-R      Search backward for string.
Esc B      Move backward one word.
Ctrl-F      Move forward one character.
Esc F      Move forward one word.
Ctrl-A      Move to the beginning of the line.
Ctrl-E      Move to the end of the line.
Esc <      Move to the first line of the history file.
Esc >      Move to the last line of the history file.
Editing with emacs:
Ctrl-U      Delete the line.
Ctrl-Y      Put the line back.
Ctrl-K      Delete from cursor to the end line.
Ctrl-D      Delete a letter.
Esc D      Delete one word forward.
Esc H      Delete one word backward.
Esc space      Set a mark at cursor position.
Ctrl-X Ctrl-X      Exchange cursor and mark.
Ctrl-P Ctrl-Y      Push region from cursor to mark into a buffer (Ctrl-P) and put it down (Ctrl-Y).

  相关解决方案