Can you edit a shell script while it\'s running and have the changes affect the running script?
I\'m curious about the specific case of a csh script I have that batc
Use Zsh instead for your scripting.
AFAICT, Zsh does not exhibit this frustrating behavior.