3. Basic commands in termux

Basic commands in termux Hey there! welcome to my new blog today we are learning some basic commands in termux. Video tutorial: YouTube We are learning following termux commands: 1) clear 2) pwd 3) ls 4) cd a)cd ~ 5) cd .. a) cd../.. 6) mkdir 7) rm -r 8) history 9) exit And main thing I want to tell you is please don't try memorize them you will learn them by a little practice So let's start.. 1) clear it is used for clearing the termux screen 2) pwd It will show you your current location, means the folder in which you are currently working in 3) ls It will show us the list all the items in our current folder 4) cd It is used to get into other folder there Is a similar command to this called cd ~ it will take you to your default path no matter where you are 5) cd .. It is used to get out of...