Help for this page

Select Code to Download


  1. or download this
    export F="\t"
    perl -F$F -line "munge(@F); print join($F, @F);" file
    
  2. or download this
    F="\t" perl -F$F -line "munge(@F); print join($F, @F);" file