Search Results

Search: Posts Made By: jim mcnamara
Forum: Programming 11-23-2005
6,220
Posted By jim mcnamara
Attached is the Linux version of tail.c --...
Attached is the Linux version of tail.c -- coreutils.3.2.1
Forum: Programming 11-23-2005
6,220
Posted By jim mcnamara
My point in one sentence -unless you use special...
My point in one sentence -unless you use special routines (aio) you cannot guarantee
that any stdio disk write routine will actually cause stuff to go to disk, fflush()
helps but does not cure this...
Forum: Programming 11-22-2005
6,220
Posted By jim mcnamara
You want: each new line as it appears in the...
You want: each new line as it appears in the file, the full line, correct?

When a C program calls fwrite() or even write, the data is stored in the kernel, not the file. The device I/O happens...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 08:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy