perl -lane 'print if $F[1] =~ /localhost/' /etc/hosts #### perl -lne 'print if /localhost/' /etc/hosts