![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What the command to find out the record length of a fixed length file? | tranq01 | UNIX for Dummies Questions & Answers | 3 | 10-19-2007 11:16 AM |
| Record Length too long -- AWK Problem | venkatajay_18 | Shell Programming and Scripting | 2 | 03-05-2007 12:15 PM |
| fixed record length | george_ | Shell Programming and Scripting | 16 | 03-28-2006 02:41 AM |
| Parsing a variable length record | Barb | UNIX for Dummies Questions & Answers | 17 | 10-01-2004 05:37 AM |
| UNIX Default Record Length in AWK | JLandry | UNIX for Advanced & Expert Users | 1 | 01-25-2002 06:40 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
fl command - set record length
Hi,
I have a KSH shell script running on hpux that uses the fl command - ex: cat /foo | fl 50 > bar This command will take each record in the file foo, make it 50 characters long and then write it to the file bar. my problem is that I am porting my scripts over to solaris which doesn't suport the 'fl' command. Any ideas? Thanks, Tom |
| Forum Sponsor | ||
|
|