posix friendly

This commit is contained in:
ville rantanen
2017-09-04 08:46:56 +03:00
parent 7c6f909165
commit e38f0ff835

View File

@@ -52,7 +52,7 @@ colWarn=$( _qCol z R )
function fpgrep() {
[[ -z $( pgrep -x -u $UID "$@" ) ]] && { echo '----'; return; }
pgrep -x -u $UID "$@" | xargs ps -o pid,bsdstart,args
pgrep -x -u $UID "$@" | xargs ps -o pid,start,args
}
function get_id() {