various shell script fixes.
add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term
This commit is contained in:
parent
97a5e5f2dd
commit
dbd7b9a97e
7 changed files with 80 additions and 11 deletions
2
bin/ps
2
bin/ps
|
|
@ -66,7 +66,7 @@ function statestr(s)
|
|||
!
|
||||
|
||||
/bin/ps -axww -o 'user,pid,start,time,vsz,stat,command' | sed 1d |
|
||||
awk -f /tmp/awk.xxx$$ | sort +1 -n
|
||||
awk -f /tmp/awk.xxx$$ | sort -n +1
|
||||
|
||||
rm -f /tmp/awk.xxx$$
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue