Menu

Tree [775d80] master /
 History

HTTPS access


File Date Author Commit
 build-aux 2025-01-03 Jim Meyering Jim Meyering [c66c89] maint: update all copyright dates via "make upd...
 doc 2025-09-02 Gergely Szasz Gergely Szasz [775d80] Fix configure.ac garbage from merge
 gnulib-tests 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 lib 2025-03-09 Jim Meyering Jim Meyering [0212e4] avoid new "make syntax-check" failures
 m4 2025-03-03 Collin Funk Collin Funk [eb8511] build: fix compile errors on platforms without ...
 po 2025-03-09 Jim Meyering Jim Meyering [0212e4] avoid new "make syntax-check" failures
 sed 2025-09-02 Gergely Szasz Gergely Szasz [775d80] Fix configure.ac garbage from merge
 testsuite 2025-08-19 Collin Funk Collin Funk [b7d0fb] sed: --posix now warns about nonportable backsl...
 .gitattributes 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 .gitignore 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 .gitmodules 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 .mailmap 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 .prev-version 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 AUTHORS 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 BUGS 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 COPYING 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 ChangeLog-2014 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 Makefile.am 2025-07-08 Collin Funk Collin Funk [73e095] maint: fix Automake warning
 NEWS 2025-08-19 Collin Funk Collin Funk [b7d0fb] sed: --posix now warns about nonportable backsl...
 README 2025-04-30 Gergely Szasz Gergely Szasz [f8323a] Fix long line.
 README-hacking 2025-01-03 Jim Meyering Jim Meyering [c66c89] maint: update all copyright dates via "make upd...
 THANKS.in 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history
 basicdefs.h 2025-01-03 Jim Meyering Jim Meyering [c66c89] maint: update all copyright dates via "make upd...
 bootstrap 2025-02-15 Jim Meyering Jim Meyering [877aa6] build: update gnulib to latest; and update boot...
 bootstrap.conf 2025-03-03 Collin Funk Collin Funk [eb8511] build: fix compile errors on platforms without ...
 cfg.mk 2025-03-29 Jim Meyering Jim Meyering [2cd9e0] maint: ensure that new "make syntax-check"-run ...
 configure.ac 2025-09-02 Gergely Szasz Gergely Szasz [775d80] Fix configure.ac garbage from merge
 init.cfg 2025-01-03 Jim Meyering Jim Meyering [c66c89] maint: update all copyright dates via "make upd...
 thanks-gen 2025-04-30 Gergely Szasz Gergely Szasz [8767bc] Truncated gnused history

Read Me

This is a patched version of the GNU implementation of sed.

This version can use PCRE2 regexps using the libpcre2
  (https://pcre2project.github.io/pcre2) library

Try:

echo -ne 'Qingdao
Quezon City
Queens
Quito
Qom
Qiqihar
Qinhuangdao
Quetta
Quebec
Quilmes
Qionghai
Qazvin
Qarchak
Qina
Quthbullapur
Qarshi
Qui Nhon
Quelimane
Qo`qon
Quanzhou
Qianjiang
Qapqal
' | sed/sed -nRe '/q(?!u)/Ip'

--------------------------------------------------------------

This is the GNU implementation of sed, the Unix stream editor.

GNU Sed website: https://www.gnu.org/software/sed/

See the NEWS file for a brief summary and the ChangeLog for
more detailed descriptions of changes.

If you obtained this file as part of a "git clone", then see the
README-hacking file.  If this file came to you as part of a tar archive,
then see the file INSTALL for compilation and installation instructions.

See the file BUGS for instructions about reporting bugs.

See the files AUTHORS and THANKS for a list of authors and other contributors.

See the file COPYING for copying conditions.

After installation run 'sed --help' or 'man sed' for short usage information,
and 'info sed' for the complete manual. The manual is also available on
sed's website.