CTAGS(1) - General Commands Manual # CTAGS(1) - General Commands Manual
NAME # ctags - create a tags file
SYNOPSIS # ctags [-aBdFuvwx] [-f tagsfile] file …
DESCRIPTION # ctags makes a tags file from the specified C, Pascal, Fortran, YACC, lex, and Lisp sources. A tags file gives the locations of specified objects in a group of files. Each line of the tags file contains the object name, the file in which it is defined, and a search pattern for the object definition, separated by whitespace.
...
ED(1) - General Commands Manual # ED(1) - General Commands Manual
NAME # ed - text editor
SYNOPSIS # ed [-] [-s] [-p string] [file]
DESCRIPTION # ed is a line-oriented text editor. It is used to create, display, modify, and otherwise manipulate text files. If invoked with a file argument, then a copy of file is read into the editor’s buffer. Changes are made to this copy and not directly to file itself.
...
EDITLINE(7) - Miscellaneous Information Manual # EDITLINE(7) - Miscellaneous Information Manual
NAME # editline - line editing user interface
DESCRIPTION # When a program using the editline(3) library prompts for an input string using the function el_wgets(3), it reads characters from the terminal. Invalid input bytes that do not form characters are silently discarded. For each character read, one editor command is executed. The mapping of input characters to editor commands depends on the editing mode.
...
FMT(1) - General Commands Manual # FMT(1) - General Commands Manual
NAME # fmt - simple text formatter
SYNOPSIS # fmt [-cmnps] [-d chars] [-l number] [-t number] [goal [maximum] | -‌width | -w width] [file …]
DESCRIPTION # fmt is a simple text formatter which reads the concatenation of input files (or standard input if none are given) and produces on standard output a version of its input with lines as close to the goal length as possible without exceeding the maximum.
...
KSH(1) - General Commands Manual # KSH(1) - General Commands Manual
NAME # ksh, rksh - public domain Korn shell
SYNOPSIS # ksh [-+abCefhiklmnpruvXx] [-+o option] [-c string | -s | file [argument …]]
DESCRIPTION # ksh is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language.
The options are as follows:
-c string
ksh will execute the command(s) contained in string.
...
MG(1) - General Commands Manual # MG(1) - General Commands Manual
NAME # mg - emacs-like text editor
SYNOPSIS # mg [-nR] [-b file] [-f mode] [-u file] [+number] [file …]
DESCRIPTION # mg is intended to be a small, fast, and portable editor for people who can’t (or don’t want to) run emacs for one reason or another, or are not familiar with the vi(1) editor. It is compatible with emacs because there shouldn’t be any reason to learn more editor types than emacs or vi(1).
...
MORE(1) - General Commands Manual # MORE(1) - General Commands Manual
NAME # more - view files
SYNOPSIS # more [-ceisu] [-n number] [-p command] [-t tag] [file …]
DESCRIPTION # The more pager displays text one screenful at a time. After showing each screenful, it prompts the user for a command. Most commands scroll the text or move to a different place in the file, while some switch to another file.
...
RS(1) - General Commands Manual # RS(1) - General Commands Manual
NAME # rs - reshape a data array
SYNOPSIS # rs [-CcSs[x]] [-GgKkw N] [-EeHhjmnTtyz] [rows [cols]]
DESCRIPTION # rs reads the standard input, interpreting each line as a row of blank-separated entries in an array, transforms the array according to the options, and writes it on the standard output. With no arguments it transforms stream input into a columnar format convenient for terminal viewing.
...
SDIFF(1) - General Commands Manual # SDIFF(1) - General Commands Manual
NAME # sdiff - side-by-side diff
SYNOPSIS # sdiff [-abdilstW] [-I regexp] [-o outfile] [-w width] file1 file2
DESCRIPTION # sdiff displays two files side by side, with any differences between the two highlighted as follows: new lines are marked with ‘>’; deleted lines are marked with ‘<’; and changed lines are marked with ‘|’.
sdiff can also be used to interactively merge two files, prompting at each set of differences.
...
SH(1) - General Commands Manual # SH(1) - General Commands Manual
NAME # sh - command language interpreter
SYNOPSIS # sh [-abCefhimnuvx] [-o option] [-c string | -s | file]
DESCRIPTION # The sh utility is a command language interpreter: it reads one or more commands, either from the command line or from a file (a shell script), and then sets about executing those commands. Thus it is the main interface between the user and the operating system.
...