Linux Terminal命令 1.Ctrl + a 回到命令行の「行首/head」. 2.Ctrl + e 回到命令行の「行尾/tail」, ctrl + end. 3.Ctrl + w 後向/backward 刪除一個單詞, ctrl + word. 4.Ctrl + u cut from the head to current cursor 5.Ctrl + k kill from current cursor to the tail 6.Ctrl + y yank a copy fro…
HexEdit Linux下命令集 HexEdit是一款十六进制的编辑器. 移动(Moving) , 移动到文件首部/尾部(go to start/end of the file) → 下一个字符(next character) ← 上一个字符(previous character) ↑ 上一行(previous line) ↓ 下一行(next line) Home 行首(beginning of line) End 行尾(end of line) PageUp 上一页(page forwar…