![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to get a file name & record count of csv file | sirik | UNIX for Dummies Questions & Answers | 2 | 03-06-2008 02:55 PM |
| How count number of fields in a record | sureshg_sampat | Shell Programming and Scripting | 5 | 01-07-2008 06:30 AM |
| record count | dr46014 | Shell Programming and Scripting | 4 | 12-11-2007 04:39 PM |
| count lines of file | panknil | Shell Programming and Scripting | 15 | 06-07-2007 04:40 AM |
| Need help with Isql record count | johnu122 | Shell Programming and Scripting | 4 | 11-18-2006 12:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
One method using dd given that you know the record size of course:
Code:
$ dd if=ebcdic_file bs=$REC_SIZE > /dev/null nnn+0 records in nnn+0 records out Code:
$ dd if=ebcdic_file cbs=$REC_SIZE conv=ascii | wc -l
nnn
Last edited by tmarikle; 07-26-2006 at 07:27 PM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|