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 -->
  #4 (permalink)  
Old 10-19-2007
wilmoore wilmoore is offline
Registered User
 

Join Date: Oct 2007
Posts: 1
Quote:
Originally Posted by tranq01 View Post
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
Reply With Quote