Data Management Commands
Displays the contents of a file.
termux-cat [file]
Copies files and directories.
termux-cp [source] [destination]
Cuts out selected portions of each line of a file.
termux-cut [options]
Displays a line of text.
termux-echo [text]
Opens a file in the default text editor.
termux-file-editor [file]
Displays information about a file.
termux-file-info [file]
Displays the first part of a file.
termux-head [options] [file]
Displays the contents of a file, one screen at a time.
termux-less [file]
Creates links to files.
termux-ln [options] [source] [destination]
Lists directory contents.
termux-ls [options]
Calculates and verifies MD5 checksums.
termux-md5sum [file]
Creates directories.
termux-mkdir [directory]
Moves or renames files and directories.
termux-mv [source] [destination]
Displays the contents of a file in various formats.
termux-od [options] [file]
Combines lines from multiple files.
termux-paste
Prints the current working directory.
termux-pwd
Displays the value of a symbolic link.
termux-readlink [options] [file]
Displays the absolute path of a file.
termux-realpath [file]
Removes files or directories.
termux-rm [options] [file]
Sorts lines of text files.
termux-sort [options]
Splits a file into pieces.
termux-split [options] [file]
Displays file or file system status.
termux-stat [file]
Calculates checksums and counts the number of blocks for a file.
termux-sum [file]
Synchronizes cached writes to persistent storage.
termux-sync
Concatenates and prints files in reverse.
termux-tac [file]
Displays the last part of a file.
termux-tail [options] [file]
Updates the access and modification times of files.
termux-touch [options] [file]
Shrink or extend the size of a file.
termux-truncate [options] [file]
Reports or omits repeated lines.
termux-uniq [options]
Prints newline, word, and byte counts for each file.
termux-wc [options] [file]
Locates the executable file associated with a given command.
termux-which [command]
Displays the username of the current user.
termux-whoami
Builds and executes command lines from standard input.
termux-xargs [options]