Help for this page

Select Code to Download


  1. or download this
    my @lines = grep {/->\s+tomcat\s+/} qx{ls -l /etc/rc.d/init.d};
    my @inits = map {(split)[-3]} @lines;