Skip to content

zsh

Halt terminal process

Pause process running in the currently focussed terminal window : + Resume (most recently suspended process):

fg

Resume specific process with process ID job_id:

fg %job_id

-printf not working with find

Error message: find: -printf: unknown primary or operator.

Normal find does not support -printf flag, use gfind (GNU find) instead.

Requires findutils to be installed:

brew install findutils