Help for this page

Select Code to Download


  1. or download this
    cat something | perl -le 'while (<>) {chomp; s/[\000-\037]\[(\d|;)+m//
    +g; print ($_) };'
    
  2. or download this
    # sth; sth;
     {
          s/[\000-\037]\[(\d|;)+m//g;
     }
    # sth else;