pgrep
Показать список процессов
Тип файла: команда
Рус Toybox 0.8.4-android multicall binary: (see toybox --help)
usage: pgrep [-clfnovx] [-d DELIM] [-L SIGNAL] [PATTERN]
[-G GID,] [-g PGRP,] [-P PPID,] [-s SID,]
[-t TERM,] [-U UID,] [-u EUID,]
Search for process(es). PATTERN is an extended regular expression checked
against command names.
-c Show only count of matches
-d Use DELIM instead of newline
-L Send SIGNAL instead of printing name
-l Show command name
-f Check full command line for PATTERN
-G Match real Group ID(s)
-g Match Process Group(s) (0 is current user)
-n Newest match only
-o Oldest match only
-P Match Parent Process ID(s)
-s Match Session ID(s) (0 for current)
-t Match Terminal(s)
-U Match real User ID(s)
-u Match effective User ID(s)
-v Negate the match
-x Match whole command (not substring)[ ToyBox ] [ ManLinux ]