Help for this page

Select Code to Download


  1. or download this
    perl -pi -e 'split/\t/;map{$_.=q/ /x4;substr$_,0,4*int length($_)/4}@_
    +' filename.txt
    
  2. or download this
    perl -pi -e 'while(/\t/g){$d=(4-pos%4)%4+1;$x=q/ /x$d;s/\t/$x/}' filen
    +ame.txt