Re: Can bash read the entire script at once

2008-09-16 Thread Tim Edwards
Torquil Macdonald Sørensen wrote: Hello, when Bash executes scripts it does not read the next line until the command on the current line finishes. This means that problems arise if one edits the script while it runs. Is it possible (in a simple way) to tell Bash to read the entire script an

Can bash read the entire script at once

2008-09-16 Thread Torquil Macdonald Sørensen
Hello, when Bash executes scripts it does not read the next line until the command on the current line finishes. This means that problems arise if one edits the script while it runs. Is it possible (in a simple way) to tell Bash to read the entire script and then execute it from memory instead