Help for this page

Select Code to Download


  1. or download this
    perl -p -i.bak -e "next if /^sandwich,hamburger,/" comma.file
    
  2. or download this
    perl -n -i.bak -e "print unless /^sandwich,hamburger,/" comma.file