[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Edit vs delete a running script. Why difference?
From: |
Greg Wooledge |
Subject: |
Re: Edit vs delete a running script. Why difference? |
Date: |
Wed, 18 Jan 2012 08:22:01 -0500 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Jan 18, 2012 at 01:19:20PM +0900, Teika Kazura wrote:
> If the
> entire script is read at invocation, then why should / does
> modification affect? Is it a bug?
The entire script *isn't* read at invocation. Bash just reads a little
bit at a time, as needed.