This commit is contained in:
pdiogoantunes 2017-04-06 12:47:57 +02:00
parent a63439c049
commit 6bf45592af

View file

@ -237,5 +237,5 @@ $ ps -e -o etimes=,pid,cmd | sort -rn | awk '{if ($1!=0 && $3!~/\[.*\]/) print
- Watch :
~~~{.bash}
watch -d "ps -e -o etimes=,pid,cmd | sort -n | awk '{if (\$1==0 || \$3~/\[.*\]/) {} else print \$0 }'"
$ watch -d "ps -e -o etimes=,pid,cmd | sort -n | awk '{if (\$1==0 || \$3~/\[.*\]/) {} else print \$0 }'"
~~~