Blame doc/ed.1

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