Editrc

EDITLINE(7) - Miscellaneous Information Manual

Editrc, Vi, Mg, Editline

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

Regex, Termcap, Editline, Editrc

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]. ...

FTP(1) - General Commands Manual

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 … ...