How to exit sh program?
Ctrl
+D
does the trick for me.
Actually it is the -n
flag that introduces this behaviour. It is meant to do only syntax checking of the commands, but doesn't actually execute them.
Ctrl
+D
does the trick for me.
Actually it is the -n
flag that introduces this behaviour. It is meant to do only syntax checking of the commands, but doesn't actually execute them.