Help for this page

Select Code to Download


  1. or download this
        strings `which perl` | sort | uniq -c | sort -rn | awk '$1>1'
  2. or download this
        perl -lane 'BEGIN{$,="\n"} print @F'