Commands used with sequential files, sockets and pipes¶
These commands are a subset of General commands, grouped here for convenience.
Check if bytes are available in a sequential file, socket or pipe |
|
Close a sequential file, socket or pipe |
|
Flush pending output to a specified channel |
|
Flush all sequential and keyed files to disk |
|
Read data into fields from a sequential file, socket or pipe |
|
Open a sequential file, socket or pipe |
|
Write data to a sequential file, socket or pipe |
|
Rewind a sequential file to the beginning |
|
Position a sequential file at a stated position |
|
Position a sequential file at the end |
New in version 6.3.0: See the new features.
These functions have been added to complement the previous sequential file commands using “C” like functions:
Open a sequential file, socket or pipe |
|
Close a sequential file, socket or pipe |
RELATED TOPICS |