start page | rating of books | rating of authors | reviews | copyrights

sed & awk

sed & awkSearch this book
Previous: 10.1 The getline Function Chapter 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 Function sed & awk Next: 10.3 The system() Function
10.1 The getline Function Book Index 10.3 The system() Function

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