Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to create file using python cat command

import os
os.system("cat > brightness_control_in_python.py")
#if this error comes no worries your file is already created
'cat' is not recognized as an internal or external command,
operable program or batch file.
#take a look in your folder where you make python files you will find your file
#created there
 
PREVIOUS NEXT
Tagged: #create #file #python #cat #command
ADD COMMENT
Topic
Name
1+3 =