Download Termux
Download Hacker's keyboard
Hi Guys if you are searching for how to use " Termux " searching for the best article to get the best explanation about how to use Termux. Then you are at the right place.
Today I'm here going to share the step by step tutorial about Termux Beginner commands By this article.
We will be seeing some of the basic commands to use in termux app.
$ pwd
This command show your present working directory in termux.
$ cd /sdcard
This command takes you to the internal storage of mobile.
How to create a folder in termux type this command
$ mkdir demo
Demo is a folder name
How to get into the folder you have created
Currently there is nothing in the folder, How come out of any folder type this
$ cd ..
In which folder are you in the home directory of Termux, then type the command
$ cd
Now I will tell you how to copy which file type this command
$ cp
CP full form = mains copy command
How to copy folder
$ cp -r folde name
So I will tell you now how to move any folder or file, type this command for move file not a folder
$ mv file name
And now how to move a folder, type this command
$ mv -v Folder name
How do you move polders and files in internal storage of mobile see image
And move folder
Delete folders type this command & delete file type second command.
$ rm -rf Folder name
$ rm File name
How to use echo command, echo command make a file see image
I will show you use full commands see image
How to install github tools in termux, install git type this command
$ pkg install git
Installing complete type
$ git clone tool url
Post a Comment (0)