aboutsummaryrefslogtreecommitdiff
path: root/bin/ps
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2003-11-23 18:29:08 +0000
committerrsc <devnull@localhost>2003-11-23 18:29:08 +0000
commitdbd7b9a97eede27e707a279114305d7591d371fc (patch)
tree90e45fcce18ff109010d61f2d4fccb7d840302c4 /bin/ps
parent97a5e5f2dd40eff09cb650c91c21f680b6d4206a (diff)
downloadplan9port-dbd7b9a97eede27e707a279114305d7591d371fc.tar.gz
plan9port-dbd7b9a97eede27e707a279114305d7591d371fc.tar.bz2
plan9port-dbd7b9a97eede27e707a279114305d7591d371fc.zip
various shell script fixes.
add 9a, 9c, 9l wrapper scripts. label sets label on xterm/9term
Diffstat (limited to 'bin/ps')
-rwxr-xr-xbin/ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps b/bin/ps
index 0d6c7ecc..54678eb8 100755
--- a/bin/ps
+++ b/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$$