Edit shell script while it's running

前端 未结 11 1922
余生分开走
余生分开走 2020-11-27 03:18

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

11条回答
  •  广开言路
    2020-11-27 03:50

    Use Zsh instead for your scripting.

    AFAICT, Zsh does not exhibit this frustrating behavior.

提交回复
热议问题