フォアグラウンド
subprocess.run(["ls", "-l"])
バックグラウンド
subprocess.Popen(["/usr/bin/git", "commit", "-m", "Fixes a bug."])
参考URL
Go to list of users who liked
More than 3 years have passed since last update.
フォアグラウンド
subprocess.run(["ls", "-l"])
バックグラウンド
subprocess.Popen(["/usr/bin/git", "commit", "-m", "Fixes a bug."])
参考URL
Register as a new user and use Qiita more conveniently
Go to list of users who liked