How often do you do this:
- open
service_foo.conf
, - edit,
- save and close
service_foo.conf
, - restart the service
foo
, - get a syntax error,
- reopen
service_foo.conf
, - navigate to the same position you were at,
- edit,
- save,
- try restart,
- etc.
It’s pretty common.
Or:
$ long_running_command # Darn, should've started it in the background instead! CTRL-C $ long_running_command &
All of these situations can be dealt ... [continue reading]