Operating System - OpenVMS
1828631 Members
5706 Online
109983 Solutions
New Discussion

awk, external command and quotes

 
SOLVED
Go to solution
labadie_1
Honored Contributor

Re: awk, external command and quotes

Fine work

python bg.py -s ior
will sort by I/O received
python bg.py -s remp
will sort by remote port

How do I get a sort ascending and not descending, in the options ?

Jean-François Piéronne
Trusted Contributor

Re: awk, external command and quotes

Two options added to choose the sort direction.

To view the help just use
python ipstat.py --help (or -h)

JF