start time instead of run time
This commit is contained in:
@@ -37,7 +37,7 @@ colMenu="\033[0;33m"
|
|||||||
colWarn="\033[0;1;31m"
|
colWarn="\033[0;1;31m"
|
||||||
|
|
||||||
function fpgrep() {
|
function fpgrep() {
|
||||||
pgrep -x -u $UID "$@" | xargs --no-run-if-empty ps -o pid,bsdtime,args;
|
pgrep -x -u $UID "$@" | xargs --no-run-if-empty ps -o pid,bsdstart,args;
|
||||||
test ${PIPESTATUS[0]} -ne 0 && echo '----'
|
test ${PIPESTATUS[0]} -ne 0 && echo '----'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user