Skip to main content
added 16 characters in body
Source Link
DopeGhoti
  • 79.2k
  • 10
  • 107
  • 141

CTRL + DCtrl-D will exit a shell in many cases. It is quicker than typing exit <Enter>Enter. It's still not a single command to terminate everything, but holding CTRLCtrl and hitting DD several times is easier and faster. Not sure how valuable this is for your use case.

Discussed in detail here.

CTRL + D will exit a shell in many cases. It is quicker than typing exit <Enter>. It's still not a single command to terminate everything, but holding CTRL and hitting D several times is easier and faster. Not sure how valuable this is for your use case.

Discussed in detail here.

Ctrl-D will exit a shell in many cases. It is quicker than typing exit Enter. It's still not a single command to terminate everything, but holding Ctrl and hitting D several times is easier and faster. Not sure how valuable this is for your use case.

Discussed in detail here.

Source Link
0xSheepdog
  • 2.8k
  • 1
  • 23
  • 33

CTRL + D will exit a shell in many cases. It is quicker than typing exit <Enter>. It's still not a single command to terminate everything, but holding CTRL and hitting D several times is easier and faster. Not sure how valuable this is for your use case.

Discussed in detail here.