Answer the question
In order to leave comments, you need to log in
How to make executable python script with linux commands?
How to make python able to operate with Linux commands. For example, open a folder, copied files, etc.
for example, I need a script that will open 3 folders, how to do it in python?
Answer the question
In order to leave comments, you need to log in
There is also such an option https://docs.python.org/3/library/subprocess.html#...
And pipe and code exit and much more
If you need file manipulation https://docs.python.org/3/ library/shutil.html#modu...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question