Skip to content

Instantly share code, notes, and snippets.

@davidneevel
Created February 19, 2018 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davidneevel/7cf3c842f651da8b5e95375db355b904 to your computer and use it in GitHub Desktop.
Save davidneevel/7cf3c842f651da8b5e95375db355b904 to your computer and use it in GitHub Desktop.
python move file using subprocess
subprocess.call("mv a.jpg pics/a.jpg", shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment