The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-21-2004
alok.benjwal alok.benjwal is offline
Registered User
 

Join Date: Nov 2004
Posts: 2
Exclamation PLEASE HELP: Fixed Width file using AWK

I am using the following command at the Unix prompt to make my 'infile' into a fixed width file of 100 characters.

awk '{printf "%-100s\n",$0}' infile > outfile

However, there are some records with a special character "©"

These records are using 3 characters in place of one and my record size is increasing to 102 because of that.

Can someone suggest me a solution so that the width of the record does not exceed 100 when I transfer this file as text to other server using ftp?

Regards,
Alok

Last edited by alok.benjwal; 12-21-2004 at 03:06 PM.
Reply With Quote
Forum Sponsor