![]() |
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 |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with reading text file | bilal05 | UNIX for Dummies Questions & Answers | 1 | 04-12-2008 03:46 PM |
| Reading from Text file..... | user__user3110 | Shell Programming and Scripting | 0 | 04-11-2008 05:18 AM |
| Reading text from a file | LiquidChild | Shell Programming and Scripting | 12 | 05-30-2007 08:38 AM |
| Large Text Files | caddyjoe77 | Shell Programming and Scripting | 4 | 07-12-2006 10:27 AM |
| reading text file | jaan | Shell Programming and Scripting | 1 | 02-16-2004 08:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
One note: there is the concept of a large file. These are files that exceed the capacity of the number of bytes a 32 bit file pointer can access. i.e., more than ~4.2GB of data.
This depends on your OS and sometimes the filesystems. If there is a problem with large files the fopen man page may mention how to deal with them. Frequently there is a call - maybe named like "fopen64" - that deals with largefiles. Check your man pages. |
| Sponsored Links | ||
|
|