Help for this page

Select Code to Download


  1. or download this
        perl -lane 'print if $F[1] =~ /localhost/' /etc/hosts
    
  2. or download this
        perl -lne 'print if /localhost/' /etc/hosts