The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
.tga file reader + programming language JamesGoh High Level Programming 1 07-28-2008 09:47 PM
Readfile file reader: Version 0.9.4 released iBot Software Releases - RSS News 0 07-01-2008 10:40 PM
need help ksh scripting for log file CathyPro Shell Programming and Scripting 2 02-10-2008 05:17 PM
file activity (open/closed) file descriptor info using KORN shell scripting Gary Dunn UNIX for Dummies Questions & Answers 3 06-07-2004 02:54 PM
Document file reader for HPUX sskb High Level Programming 0 09-11-2002 01:14 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-10-2009
bonosungho bonosungho is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 16
C scripting file reader fgetc()


Code:
$ cat test
a b c d e
f g h i j
k l m n


Code:
FILE *p;
p = fopen("a.text","r")
int a;
while ( (a = fgetc(p)) != EOF ) {
   printf ("current character is %c \n",a);
}

the code above only prints the first line of the file
a b c d e

i don't know why it doesn't go through the whole file.
Can someone help me please?
  #2 (permalink)  
Old 05-10-2009
bonosungho bonosungho is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 16
never mind I found one
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:25 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0