This reference contains the Termux commands used throughout the academy.

TaskTermux command
Current folderpwd
List filesls -la
Change foldercd folder
Read textcat file.txt
Copy / movecp a b · mv a b
Find filesfind . -type f
Search textgrep -Rni 'text' .
Hash a filesha256sum file
Python versionpython --version
Start academypython Smartphone-Academy.py serve
Deletion is immediate

Confirm pwd and the target path before using rm. Avoid recursive deletion until you can explain every path component.

07 · Reference

Continue learning

Back to Smartphone Academy