Help for this page

Select Code to Download


  1. or download this
    perl -ne 'next if m,^Alias /icons/,; print' < one.txt > tmp.txt && mv 
    +tmp.txt one.txt
    
  2. or download this
    perl -i -ne 'next if m,^Alias /icons/,; print' one.txt