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: 

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 any folder
and in this command there is a shortcut used to get out of more than one folder 

and now we get out of folder home and file

6) mkdir 
It is used to make new folders/directories 
you can change name 'sample' to anything you Want 

7) rm -r 
It is used to delete any folder/directory 

8) history 
It will show us the list of all commands we used earlier 
9) exit 
You know how to exit termux by traditional way like pressing the back or middle button on our screen but this command will give you feel like professional, we can exit through termux with this command just type it and hit enter 
That's all for today there are lots of commands we are gonna cover them in future, but these are some basic and improtant ones 

So that's all for today ..
I hope you like this post and tell me your replies in comment
 
Thanks for watching..
Have a nice day! 

Comments

Popular posts from this blog

2,How to Update and upgrade the turmux

4,How to install any package in termux and some basic commands