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.
...
EDITRC(5) - File Formats Manual # EDITRC(5) - File Formats Manual
NAME # editrc - configuration file for editline library
DESCRIPTION # The editrc file defines various settings to be used by the editline(3) library.
The format of each line is:
[prog:]command [arg ...] command is one of the editline(3) builtin commands. Refer to BUILTIN COMMANDS for more information.
prog is the program name string that a program defines when it calls el_init(3) to set up editline(3), which is usually argv[0].
...
FSDB(8) - System Manager’s Manual # FSDB(8) - System Manager’s Manual
NAME # fsdb - FFS debugging/editing tool
SYNOPSIS # fsdb [-d] -f fsname
DESCRIPTION # fsdb opens fsname (usually a raw disk partition) and runs a command loop allowing manipulation of the file system’s inode data. You are prompted to enter a command with fsdb (inum X)> where X is the currently selected i-number. The initial selected inode is the root of the file system (i-number 2).
...
Editline,
Popen,
Editrc,
Proxy,
Ftpd,
Getservbyname,
Stty,
Services,
Tftp,
Basename,
Csh,
More,
Tar,
Ftp FTP(1) - General Commands Manual # FTP(1) - General Commands Manual
NAME # ftp - Internet file transfer program
SYNOPSIS # ftp [-46AadEegiMmnptVv] [-D title] [-k seconds] [-P port] [-r seconds] [-s sourceaddr] [host [port]]
ftp [-C] [-N name] [-o output] [-s sourceaddr] ftp://[user:password@]host[:port]/file[/] …
ftp [-CTu] [-c cookie] [-N name] [-o output] [-S ssl_options] [-s sourceaddr] [-U useragent] [-w seconds] http[s]://[user:password@]host[:port]/file …
ftp [-C] [-N name] [-o output] [-s sourceaddr] file:file …
...