Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Changes current working directory to /bin and list the contents using the ls command in Linux
- # Documentation
- subprocess.call('./ls', cwd='/bin')
- .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement