ps auxw | perl -l -e '@ps = map { chomp; [ split/\s\s+/ ]; } ; shift @ps; print $_->[1],"\t",$_->[$#{$_}] foreach @ps;'