Termux is a free and open-source terminal emulator for running a Linux environment on an android device. Pre-installed packages and command-line interface of termux , make it very familiar for Linux PC users. Moreover, one can use and work on different languages such as PHP, Python, Shell Script, etc. by installing the required packages at first.
As it is said above that, termux is free and open-source, so we can easily download and install it from playstore.
clear
cdIf you want to move one directory back , then use:
cd..If you want to move two directories back , then use:
cd../../
mkdir [new-directoy-name]
rmdir [directory-name]
touch [file-name]
mv [old-file-location] [new-location]
cp [filename] [new filename]
rm [file-name]
pkg install [package-name]
pkg update
pkg upgrade