Skip to content

Instantly share code, notes, and snippets.

@m-rey
Created March 22, 2023 01:01
Show Gist options
  • Save m-rey/159af3f438bff552978f9daf5bccc225 to your computer and use it in GitHub Desktop.
Save m-rey/159af3f438bff552978f9daf5bccc225 to your computer and use it in GitHub Desktop.
howto start program in terminal and run in background

Use nohup foo | cat & to run foo in the terminal and keep it running after terminal closes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment