Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oguzoldev/7b88962293707d1bd75c81dce977963e to your computer and use it in GitHub Desktop.
Save oguzoldev/7b88962293707d1bd75c81dce977963e to your computer and use it in GitHub Desktop.
Background Download File In Raspberry Pi Terminal

Background Download File In Raspberry Pi Terminal

$ nohup wget -qc download_file_url & exit
$ ps aux | grep wget
$ kill pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment