sed & awk

sed & awkSearch this book
Previous: 10.1 The getline FunctionChapter 10
The Bottom Drawer
Next: 10.3 The system() Function
 

10.2 The close() Function

The close() function allows you to close open files and pipes. There are a number of reasons you should use it.

We will see an example of the close() function in the section "Working with Multiple Files" later in this chapter.


Previous: 10.1 The getline Functionsed & awkNext: 10.3 The system() Function
10.1 The getline FunctionBook Index10.3 The system() Function

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