Inputting Data

Data can be read from “standard in”.


Inputting Data From a File

If you want to access a data file from your script, you first open the file.


Outputting Data to a File

If you want to access a data file for outputting from your script, you first open the file.