Skip to content

Instantly share code, notes, and snippets.

View hamstead's full-sized avatar

Chris Hamstead hamstead

  • PepsiCo
  • Atlanta
View GitHub Profile
@CMCDragonkai
CMCDragonkai / job_control_zsh_bash.md
Last active August 1, 2024 00:35
CLI: Job Control in ZSH and Bash

Job Control in ZSH and Bash

All processes in ZSH/Bash under job control are in 3 states: foregrounded, backgrounded and suspended.

# run command in the foreground
command
# run commend in the background