In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly introduces the Python script how to call external commands, the article is very detailed, has a certain reference value, interested friends must read it!
1. Os.system passes commands and parameters to the shell of the system.
This is good, because you can actually run multiple commands and set up pipe and input / output redirection in this way. For example:
Os.system ("some_command"
< input_file | another_command >Output_file ")
2. In addition to providing file-like objects, os.system can use it to access the standard input / output of the process.
Stream = os.popen ("some_command with args") will do the same thing
3. Popen class subprocess of the module.
This is intended to replace os.popen but has the disadvantage of being a little more complex because it is so comprehensive.
Print subprocess.Popen ("echo Hello World", shell=True, stdout=subprocess.PIPE). Stdout.read () above is all the content of the article "how Python scripts call external commands". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.