Skip to content

Instantly share code, notes, and snippets.

@darmawan01
Created August 25, 2021 04:59
Show Gist options
  • Save darmawan01/be9b956f6df740070e5f63e62f7f577b to your computer and use it in GitHub Desktop.
Save darmawan01/be9b956f6df740070e5f63e62f7f577b to your computer and use it in GitHub Desktop.
Run command/script background Linux

Example

./test.sh > out.log 2>&1 &

Chekc log

tail -f out.log

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