section 1plan9 — User commands
- ascii(1plan9) interpret ASCII, Unicode characters
- awk(1plan9) pattern-directed scanning and processing language
- basename(1plan9) strip file name affixes
- bc(1plan9) arbitrary-precision arithmetic language
- cal(1plan9) print calendar
- cat(1plan9) catenate files
- cleanname(1plan9) clean a path name
- cmp(1plan9) compare two files
- date(1plan9) date and time
- dc(1plan9) desk calculator
- diff(1plan9) differential file comparator
- echo(1plan9) print arguments
- ed(1plan9) text editor
- factor(1plan9) factor a number, generate large primes
- fmt(1plan9) simple text formatters
- fortune(1plan9) sample lines from a file
- freq(1plan9) print histogram of character frequencies
- getflags(1plan9) command-line parsing for shell scripts
- grep(1plan9) search a file for a pattern
- hoc(1plan9) interactive floating point language
- join(1plan9) relational database operator
- look(1plan9) find lines in a sorted list
- ls(1plan9) list contents of directory
- mk(1plan9) maintain (make) related files
- mkdir(1plan9) make a directory
- mtime(1plan9) print file information
- rc(1plan9) command language
- sam(1plan9) screen editor with structural regular expressions
- sed(1plan9) stream editor
- seq(1plan9) print sequences of numbers
- sleep(1plan9) suspend execution for an interval
- sort(1plan9) sort and/or merge files
- split(1plan9) split a file into pieces
- strings(1plan9) extract printable strings
- tail(1plan9) deliver the last part of a file
- tee(1plan9) pipe fitting
- test(1plan9) set status according to condition
- touch(1plan9) set modification date of a file
- tr(1plan9) translate characters
- troff(1plan9) text formatting and typesetting
- uniq(1plan9) report repeated lines in a file
- yacc(1plan9) yet another compiler-compiler