Blame doc/ed.1

Packit 4e1bf9
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.1.
Packit 4e1bf9
.TH ED "1" "February 2017" "ed 1.14.2" "User Commands"
Packit 4e1bf9
.SH NAME
Packit 4e1bf9
ed \- line-oriented text editor
Packit 4e1bf9
.SH SYNOPSIS
Packit 4e1bf9
.B ed
Packit 4e1bf9
[\fI\,options\/\fR] [\fI\,file\/\fR]
Packit 4e1bf9
.SH DESCRIPTION
Packit 4e1bf9
GNU Ed \- The GNU line editor.
Packit 4e1bf9
.SH OPTIONS
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-h\fR, \fB\-\-help\fR
Packit 4e1bf9
display this help and exit
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-V\fR, \fB\-\-version\fR
Packit 4e1bf9
output version information and exit
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-G\fR, \fB\-\-traditional\fR
Packit 4e1bf9
run in compatibility mode
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-l\fR, \fB\-\-loose\-exit\-status\fR
Packit 4e1bf9
exit with 0 status even if a command fails
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-p\fR, \fB\-\-prompt\fR=\fI\,STRING\/\fR
Packit 4e1bf9
use STRING as an interactive prompt
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-r\fR, \fB\-\-restricted\fR
Packit 4e1bf9
run in restricted mode
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-s\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
Packit 4e1bf9
suppress diagnostics, byte counts and '!' prompt
Packit 4e1bf9
.TP
Packit 4e1bf9
\fB\-v\fR, \fB\-\-verbose\fR
Packit 4e1bf9
be verbose; equivalent to the 'H' command
Packit 4e1bf9
.PP
Packit 4e1bf9
Start edit by reading in 'file' if given.
Packit 4e1bf9
If 'file' begins with a '!', read output of shell command.
Packit 4e1bf9
.PP
Packit 4e1bf9
Exit status: 0 for a normal exit, 1 for environmental problems (file
Packit 4e1bf9
not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or
Packit 4e1bf9
invalid input file, 3 for an internal consistency error (eg, bug) which
Packit 4e1bf9
caused ed to panic.
Packit 4e1bf9
.SH "REPORTING BUGS"
Packit 4e1bf9
Report bugs to bug\-ed@gnu.org
Packit 4e1bf9
.br
Packit 4e1bf9
Ed home page: http://www.gnu.org/software/ed/ed.html
Packit 4e1bf9
.br
Packit 4e1bf9
General help using GNU software: http://www.gnu.org/gethelp
Packit 4e1bf9
.SH COPYRIGHT
Packit 4e1bf9
Copyright \(co 1994 Andrew L. Moore.
Packit 4e1bf9
.br
Packit 4e1bf9
Copyright \(co 2017 Antonio Diaz Diaz.
Packit 4e1bf9
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
Packit 4e1bf9
.br
Packit 4e1bf9
This is free software: you are free to change and redistribute it.
Packit 4e1bf9
There is NO WARRANTY, to the extent permitted by law.
Packit 4e1bf9
.SH "SEE ALSO"
Packit 4e1bf9
The full documentation for
Packit 4e1bf9
.B ed
Packit 4e1bf9
is maintained as a Texinfo manual.  If the
Packit 4e1bf9
.B info
Packit 4e1bf9
and
Packit 4e1bf9
.B ed
Packit 4e1bf9
programs are properly installed at your site, the command
Packit 4e1bf9
.IP
Packit 4e1bf9
.B info ed
Packit 4e1bf9
.PP
Packit 4e1bf9
should give you access to the complete manual.