InterviewSolution
| 1. |
List Some Hot Keys For Bash Shell? |
|
Answer» Ctrl+l . Clears the SCREEN. Ctrl+r . Does a search in previously given commands in shell. Ctrl+l – Clears the typing before the HOTKEY. Ctrl+a . Places cursor at the beginning of the COMMAND at shell. Ctrl+e . Places cursor at the END of the command at shell. Ctrl+d . Kills the shell. Ctrl+z . Places the currently running process into BACKGROUND. Ctrl+l . Clears the Screen. Ctrl+r . Does a search in previously given commands in shell. Ctrl+l – Clears the typing before the hotkey. Ctrl+a . Places cursor at the beginning of the command at shell. Ctrl+e . Places cursor at the end of the command at shell. Ctrl+d . Kills the shell. Ctrl+z . Places the currently running process into background. |
|