home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


fflush

fflush( [output-expr ])

Flush any buffers associated with open output file or pipe output-expr . {B}

gawk extends this function. If no output-expr is supplied, it flushes standard output. If output-expr is the null string ("" ), it flushes all open files and pipes. {G}


Previous: Reference: exp UNIX in a Nutshell: System V Edition Next: Reference: for
Reference: exp Book Index Reference: for

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System