Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Listing Processes

by Sinister (Friar)
on Jun 21, 2002 at 13:36 UTC ( [id://176276]=note: print w/replies, xml ) Need Help??


in reply to Listing Processes

/me always does
ps auxw | perl -l -e '@ps = map { chomp; [ split/\s\s+/ ]; } <STDIN>; +shift @ps; print $_->[1],"\t",$_->[$#{$_}] foreach @ps;'
for that (because it is a shell alias of mine ... )

But using a module there is just as usefull

er formait hyarya.
-- "Life is a house and the next tornado is never far away"
-- "lovely by nature"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://176276]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found