Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

For interactive visit Live Demo

Commonly Used Termux Commands

Basic Navigation

  • pwd: Show the current folder.
  • ls: List files and folders.
  • cd [folder]: Move into a folder.
  • cd ..: Move to the parent folder.
  • clear: Clean the screen.

File and Folder Management

  • mkdir [name]: Create a new folder.
  • touch [file]: Create an empty file.
  • cp [source] [target]: Copy a file.
  • mv [old] [new]: Rename or move a file.
  • rm [file]: Delete a file.
  • rm -r [folder]: Delete a folder and its contents.

Package Management

  • pkg update: Refresh package lists.
  • pkg upgrade: Install available updates.
  • pkg install [name]: Install a package.

Text Viewing and Editing

  • cat [file]: Show file content.
  • less [file]: Scroll through a file.
  • nano [file]: Open a simple text editor.

Running Scripts

  • chmod +x [file]: Make a script executable.
  • ./[file]: Run a script.

This is only for beginner.

About

A beginner friendly guide to use termux

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages