The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
What the command to find out the record length of a fixed length file?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
What the command to find out the record length of a fixed length file?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
10-19-2007
wilmoore
Registered User
Join Date: Oct 2007
Posts: 1
Quote:
Originally Posted by
tranq01
I want to find out the record length of a fixed length file? I forgot the command. Any body know?
You might also try:
Code:
wc -L filename
wilmoore
View Public Profile
Find all posts by wilmoore