From cfc99b0cd74aa8f8d3ab0b8963b14cc7d7c9f3c1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 14 May 2023 16:10:49 +0200 Subject: [PATCH] ps --- bash/alias/ps.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash/alias/ps.sh b/bash/alias/ps.sh index 791a664..093944c 100644 --- a/bash/alias/ps.sh +++ b/bash/alias/ps.sh @@ -1,2 +1,5 @@ # look for a string in processes names -alias pg='ps -A | grep' +alias pg="\ +ps -A \ +| grep \ +"