奇客资讯、软件硬件、编程系统

February 7th, 2008

permalink Bash Shell 快捷键指南

原文件:Bash Shell Shortcuts
CTRL 键相关的快捷键:
Ctrl + a – Jump to the start of the line Ctrl + b – Move back a char Ctrl + c – Terminate the command //用的最多了吧? Ctrl + d – Delete from under the cursor Ctrl + e – Jump to the end of the line Ctrl + f – [...]