Terminal Shortcuts 5.

Terminal Shortcuts 5.

For process control:

  1. Ctrl + L ----> Similar to the clear command, clears the terminal screen.
  2. Ctrl + S ----> It's used to stop text output on the screen ("output pause"), any command executed won't be displayed on the screen. (Ctrl + Q to resume).
  3. Ctrl + Q ----> Resumes the screen output that has been paused by Ctrl + S.
  4. Ctrl + Z ----> Suspends the execution of a background process. The process is temporarily halted, freeing up the terminal for running other commands.
  5. Ctrl + C ----> Interrupts the execution of a running command.
  6. Ctrl + D ----> If pressed while at the empty command line prompt, the terminal will close.


Note: If you're using Git Bash for Windows, most of these shortcuts also work.

要查看或添加评论,请登录

社区洞察

其他会员也浏览了