commit | dbd7b9a97eede27e707a279114305d7591d371fc | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Nov 23 18:29:08 2003 +0000 |
committer | rsc <devnull@localhost> | Sun Nov 23 18:29:08 2003 +0000 |
tree | 90e45fcce18ff109010d61f2d4fccb7d840302c4 | |
parent | 97a5e5f2dd40eff09cb650c91c21f680b6d4206a [diff] [blame] |
various shell script fixes. add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term
diff --git a/bin/ps b/bin/ps index 0d6c7ec..54678eb 100755 --- a/bin/ps +++ b/bin/ps
@@ -66,7 +66,7 @@ ! /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$$