LXer: Read and write files with Bash
by LXer from LinuxQuestions.org on (#5FRHN)
Published at LXer:
When you[he]#039[/he]re scripting with Bash, sometimes you need to read data from or write data to a file. Sometimes a file may contain configuration options, and other times the file is the data your user is creating with your application. Every language handles this task a little differently, and this article demonstrates how to handle data files with Bash and other POSIX shells.
Read More...


When you[he]#039[/he]re scripting with Bash, sometimes you need to read data from or write data to a file. Sometimes a file may contain configuration options, and other times the file is the data your user is creating with your application. Every language handles this task a little differently, and this article demonstrates how to handle data files with Bash and other POSIX shells.
Read More...