Help for this page

Select Code to Download


  1. or download this
    $ perl -n -e '$count++ while /\bhello\b/g; END { print $count }' text.
    +out
    
  2. or download this
    $ perl -n -e 'print, $count++ while /\bhello\b/g; END { print $count }
    +' text.out