The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
fl command - set record length
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
fl command - set record length
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
07-17-2006
aigles
Registered User
Join Date: Apr 2004
Location: Bordeaux, France
Posts: 1,428
On my AIX box :
Code:
newform -l50 -a -b /foo > bar
and for all Unix with awk :
Code:
awk '{printf'"%-50.50s\n",$0)}' /foo > bar
Jean-Pierre.
aigles
View Public Profile
Find all posts by aigles
Find aigles's past nominations received
Find aigles's present nominations given