Help for this page

Select Code to Download


  1. or download this
    lsnrctl stat ZRRI_LISTENER | perl -lane 'print $F[3] if /Parameter/'
  2. or download this
    lsnrctl stat ZRRI_LISTENER | perl -lane 'print $F[3] if /Parameter/' | xargs perl -pe 0
  3. or download this
    perl -e '@ARGV= map {(split" ")[3]} grep /Parameter/, `lsnrctl stat ZRRI_LISTENER`; print while <>'