Python Bash Scripting

Python Bash Scripting

 

Python Bash Scripting! In this Article I will show you the basic Linux Python Scripting that you should know

Python Scripting

  1. pwd — Get your Current Path
  2. mkdir –Create a new Directory
  3. ls— Check what is inside the Directory
  4. cd — go inside the directory “in this exmple is ‘new1′”
  5. cd.. — go back one step of the Directory path
  6. touch — create a new File
  7. rm — remove file
  8. mv— move file or rename file
  9. cp— copy file
  10. clear— clear the  bash cosole

 

 

Check out  simple User Input in Python here

Leave a Reply

Your email address will not be published. Required fields are marked *

6 + 20 =