Python Bash Scripting
Python Bash Scripting! In this Article I will show you the basic Linux Python Scripting that you should know
Python Scripting
- pwd — Get your Current Path
- mkdir –Create a new Directory
- ls— Check what is inside the Directory
- cd — go inside the directory “in this exmple is ‘new1′”
- cd.. — go back one step of the Directory path
- touch — create a new File
- rm — remove file
- mv— move file or rename file
- cp— copy file
- clear— clear the bash cosole
Check out simple User Input in Python here
Leave a Reply