I'm a fairly heavy user of job control in the shell. By which I mean one thing I
do constantly is press control-z
to suspend what I'm doing - reading a man
page, editing a file, etc. - in order to run another command, and then use fg
to resume.
Today I Learned: zsh job control option
· 2 min read