Last change
on this file since 3613 was 3613, checked in by bird, 7 months ago |
src/sed: Merged in changes between 4.1.5 and 4.9 from the vendor branch. (svn merge /vendor/sed/4.1.5 /vendor/sed/current .)
|
File size:
731 bytes
|
Line | |
---|
1 | This is the GNU implementation of sed, the Unix stream editor.
|
---|
2 |
|
---|
3 | GNU Sed website: https://www.gnu.org/software/sed/
|
---|
4 |
|
---|
5 | See the NEWS file for a brief summary and the ChangeLog for
|
---|
6 | more detailed descriptions of changes.
|
---|
7 |
|
---|
8 | If you obtained this file as part of a "git clone", then see the
|
---|
9 | README-hacking file. If this file came to you as part of a tar archive,
|
---|
10 | then see the file INSTALL for compilation and installation instructions.
|
---|
11 |
|
---|
12 | See the file BUGS for instructions about reporting bugs.
|
---|
13 |
|
---|
14 | See the files AUTHORS and THANKS for a list of authors and other contributors.
|
---|
15 |
|
---|
16 | After installation run 'sed --help' or 'man sed' for short usage information,
|
---|
17 | and 'info sed' for the complete manual. The manual is also available on
|
---|
18 | sed's website.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.