ETL-Yertl

 view release on metacpan or  search on metacpan

t/command/ygrok/pattern/ps-x.t  view on Meta::CPAN

                tty => 'pts/0',
                status => 'Ss',
                time => '0:00',
                command => '/usr/local/bin/zsh',
            },
            {
                pid => 5345,
                tty => '?',
                status => 'Sl',
                time => '219:15',
                command => 'starman master',
            },
        );

        test_ygrok( $file, $pattern, \@expect );
        test_ygrok( $file, "%{POSIX.PSX}", \@expect )
    };
};

done_testing;

t/share/lines/rhel5/ps-x.txt  view on Meta::CPAN

  PID TTY      STAT   TIME COMMAND
 3075 pts/0    Ss     0:00 /usr/local/bin/zsh
 5345 ?        Sl   219:15 starman master



( run in 2.186 seconds using v1.01-cache-2.11-cpan-e93a5daba3e )