From fef4d6ff2ad9f48e6dccde0f061453e6a3ac624e Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 Apr 2020 22:13:44 +0200 Subject: added new hierarchy --- src/pgrep.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/pgrep.md (limited to 'src/pgrep.md') diff --git a/src/pgrep.md b/src/pgrep.md deleted file mode 100644 index 2b52a73..0000000 --- a/src/pgrep.md +++ /dev/null @@ -1,15 +0,0 @@ -# pgrep(1) - -```markdown -pgrep [opts] - -n only list newest matching process - -u only show matching for user - -l additionally list command - -a additionally list command + arguments -``` - -## Debug newest process -For example attach gdb to newest zsh process from `$USER`. -```markdown -gdb -p $(pgrep -n -u $USER zsh) -``` -- cgit v1.2.3