Termux Complete Tutorial [DIRECT]
| Command | Example | Description | | :--- | :--- | :--- | | pkg | pkg install python | Install a package | | ls | ls -la | List files with details | | cd | cd ../storage/downloads | Change directory | | cp | cp file1.txt file2.txt | Copy files | | mv | mv old.txt ~/storage/shared/ | Move/rename files | | rm | rm -rf unwanted_folder | Delete files (careful!) | | nano | nano script.sh | Simple text editor (install first: pkg install nano ) |