Controlling Forked Processes
- Use 'info forks' to see the list of forked processes.
- Use 'fork <fork-id>' to switch between forked processes.
- Use 'detach fork <fork-id>' to detach a forked process (and let it
run along).
- Use 'delete fork <fork-id>' to kill a forked processes.
Originally written by
guy keren