From 477873573954f1dcfc22d6f0fa99e14752e30ee7 Mon Sep 17 00:00:00 2001 From: Bibek Shah <43294620+b1bek@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:23:20 +0545 Subject: [PATCH] Update README.md Added sus-pend way --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e7205e1..f6c8495 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ Credit: @kpumuk ```vim :!grep -P "PPid:\t(\d+)" /proc/$$/status | cut -f2 | xargs kill -9 ``` +## The SUS-pend way +Credit: @noobibek +```bash +Ctrl+Z +``` ## The first contact way Credit: @caseyjohnellis