Help for this page

Select Code to Download


  1. or download this
        perl -0777lpwi -030e0 file
    
        0777    Set $/ to 0777.
    ...
        i       Make the changes in-place.
        030     Set $/ to 030 (^X). $\ is still 0777.
        e0      Empty program.
    
  2. or download this
        perl -i -pe 's/\30//g' file