Пакет: ed
- Версия
- 1.21
- Релиз
- 1.niceos5
- Архитектура
- x86_64
- Хэш GOST
- 5c67123dfa99efe93d42a4184c37474feee65270b1e022fcb06a43e70de40d06
- Хэш MD5
- 7e3b7c81a149dc52c46a079c63789b16
- Хэш SHA256
- fc3b2ee6042bca2c93707bf62d8527d61d8f365be1530bb8acecd8268394ee1f
- Лицензия
- GPLv3
- Дата сборки
- 12 мая 2025 г.
- Размер
- 89,233 МиБ
- Совместимые ОС
- rpm файл:
- ed-1.21-1.niceos5.x86_64.rpm
Зависимости
Имя | Тип | Версия |
---|---|---|
/bin/sh | runtime | - |
/sbin/ldconfig | runtime | - |
libc.so.6()(64bit) | runtime | - |
libc.so.6(GLIBC_2.14)(64bit) | runtime | - |
libc.so.6(GLIBC_2.2.5)(64bit) | runtime | - |
libc.so.6(GLIBC_2.3)(64bit) | runtime | - |
libc.so.6(GLIBC_2.3.4)(64bit) | runtime | - |
libc.so.6(GLIBC_2.33)(64bit) | runtime | - |
libc.so.6(GLIBC_2.34)(64bit) | runtime | - |
libc.so.6(GLIBC_2.4)(64bit) | runtime | - |
rtld(GNU_HASH) | runtime | - |
Граф зависимостей
История изменений
Дата | Автор | Сообщение |
---|---|---|
1 апр. 2025 г. | Stanislav Belikov <sbelikov@ncsgp.ru> | Первая сборка для ed |
Файлы пакета
-
-
- /usr/bin/ed 65,508 КиБ
- /usr/bin/red 89 Б
-
-
-
- /usr/share/info/ed.info.gz 22,142 КиБ
-
-
-
- /usr/share/man/man1/ed.1.gz 1,49 КиБ
- /usr/share/man/man1/red.1.gz 7 Б
-
-
-
-
Документация (man-страницы)
ED(1) Пользовательские команды ED(1) NAME ed - строковый текстовый редактор SYNOPSIS ed [options] [[+line] file] DESCRIPTION GNU ed — это строковый текстовый редактор. Он используется для создания, отображения, изменения и другого манипулирования текстовыми файлами, как интерактивно, так и через сценарии оболочки. Ограниченная версия ed, red, может редактировать только файлы в текущем каталоге и не может выполнять команды оболочки. Ed является 'стандартным' текстовым редактором в том смысле, что это оригинальный редактор для Unix, и поэтому широко доступен. Для большинства целей, однако, он заменен полноэкранными редакторами, такими как GNU Emacs или GNU Moe. Имя файла может предшествовать '+line', '+/RE' или '+?RE', чтобы установить текущую строку на указанный номер строки или на первую или последнюю строку, соответствующую регулярному выражению 'RE'. OPTIONS -h, --help отобразить эту справку и выйти -V, --version вывести информацию о версии и выйти -E, --extended-regexp использовать расширенные регулярные выражения -G, --traditional запускать в режиме совместимости -l, --loose-exit-status выходить со статусом 0, даже если команда завершилась неудачей -p, --prompt=STRING использовать STRING в качестве интерактивного приглашения -q, --quiet, --silent подавлять диагностические сообщения, выводимые в stderr -r, --restricted запускать в ограниченном режиме -s, --script подавлять подсчет байтов и приглашение '!' -v, --verbose быть подробным; эквивалентно команде 'H' --strip-trailing-cr удалять символы возврата каретки в конце строк текста --unsafe-names разрешать управляющие символы 1-31 в именах файлов Начать редактирование, прочитав 'file', если оно указано. Если 'file' начинается с '!', читать вывод команды оболочки. Код выхода: 0 для нормального выхода, 1 для проблем с окружением (неверные параметры командной строки, исчерпана память, команда завершилась неудачей и т.д.), 2 для проблем с входным файлом (файл не найден, буфер изменен, ошибки ввода/вывода), 3 для внутренней ошибки согласованности (например, ошибки), из-за которой ed впал в панику. REPORTING BUGS Сообщать об ошибках в bug-ed@gnu.org Домашняя страница ed: http://www.gnu.org/software/ed/ed.html Общая помощь по использованию программного обеспечения GNU: http://www.gnu.org/gethelp COPYRIGHT Copyright © 1994 Andrew L. Moore. Copyright © 2025 Antonio Diaz Diaz. Лицензия GPLv2+: GNU GPL версия 2 или позднее <http://gnu.org/licenses/gpl.html> Это свободное программное обеспечение: вы имеете право изменять и распространять его. НЕТ НИКАКИХ ГАРАНТИЙ, в той мере, в которой это разрешено законом. SEE ALSO Полная документация для ed поддерживается как руководство Texinfo. Если программы info и ed правильно установлены на вашем сайте, команда info ed должна предоставить вам доступ к полному руководству. GNU ed 1.21 Январь 2025 ED(1)
ED(1) User Commands ED(1) NAME ed - line-oriented text editor SYNOPSIS ed [options] [[+line] file] DESCRIPTION GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the 'standard' text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is su‐ perseded by full-screen editors such as GNU Emacs or GNU Moe. The file name may be preceded by '+line', '+/RE', or '+?RE' to set the current line to the line number specified or to the first or last line matching the regular expression 'RE'. OPTIONS -h, --help display this help and exit -V, --version output version information and exit -E, --extended-regexp use extended regular expressions -G, --traditional run in compatibility mode -l, --loose-exit-status exit with 0 status even if a command fails -p, --prompt=STRING use STRING as an interactive prompt -q, --quiet, --silent suppress diagnostics written to stderr -r, --restricted run in restricted mode -s, --script suppress byte counts and '!' prompt -v, --verbose be verbose; equivalent to the 'H' command --strip-trailing-cr strip carriage returns at end of text lines --unsafe-names allow control characters 1-31 in file names Start edit by reading in 'file' if given. If 'file' begins with a '!', read output of shell command. Exit status: 0 for a normal exit, 1 for environmental problems (invalid command-line options, memory exhausted, command failed, etc), 2 for problems with the input file (file not found, buffer modified, I/O er‐ rors), 3 for an internal consistency error (e.g., bug) which caused ed to panic. REPORTING BUGS Report bugs to bug-ed@gnu.org Ed home page: http://www.gnu.org/software/ed/ed.html General help using GNU software: http://www.gnu.org/gethelp COPYRIGHT Copyright © 1994 Andrew L. Moore. Copyright © 2025 Antonio Diaz Diaz. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO The full documentation for ed is maintained as a Texinfo manual. If the info and ed programs are properly installed at your site, the com‐ mand info ed should give you access to the complete manual. GNU ed 1.21 January 2025 ED(1)
ED(1) Команды пользователя ED(1) NAME ed - линейно-ориентированный текстовый редактор SYNOPSIS ed [options] [[+line] file] DESCRIPTION GNU ed — это линейно-ориентированный текстовый редактор. Он используется для создания, отображения, изменения и других манипуляций с текстовыми файлами как интерактивно, так и через сценарии оболочки. Ограниченная версия ed, red, может редактировать только файлы в текущем каталоге и не может выполнять команды оболочки. Ed является "стандартным" текстовым редактором в том смысле, что это оригинальный редактор для Unix, и поэтому он широко доступен. Для большинства целей, однако, он устарел по сравнению с полноэкранными редакторами, такими как GNU Emacs или GNU Moe. Имя файла может предшествовать '+line', '+/RE' или '+?RE', чтобы установить текущую строку на указанный номер строки или на первую или последнюю строку, соответствующую регулярному выражению 'RE'. OPTIONS -h, --help отобразить эту справку и выйти -V, --version вывести информацию о версии и выйти -E, --extended-regexp использовать расширенные регулярные выражения -G, --traditional запускать в режиме совместимости -l, --loose-exit-status выходить с кодом состояния 0, даже если команда завершается неудачно -p, --prompt=STRING использовать STRING в качестве интерактивного подсказки -q, --quiet, --silent подавлять диагностические сообщения, выводимые в stderr -r, --restricted запускать в ограниченном режиме -s, --script подавлять подсчёт байт и подсказку '!' -v, --verbose быть подробным; эквивалентно команде 'H' --strip-trailing-cr удалять символы возврата каретки в конце строк текста --unsafe-names разрешать управляющие символы 1-31 в именах файлов Начать редактирование, прочитав 'file', если он указан. Если 'file' начинается с '!', читать вывод команды оболочки. Код выхода: 0 для нормального выхода, 1 для проблем окружения (недопустимые опции командной строки, исчерпана память, команда завершилась неудачно и т.д.), 2 для проблем с входным файлом (файл не найден, буфер изменён, ошибки ввода/вывода), 3 для внутренней ошибки согласованности (например, ошибка), из-за которой ed впал в панику. REPORTING BUGS Сообщать об ошибках по адресу bug-ed@gnu.org Домашняя страница ed: http://www.gnu.org/software/ed/ed.html Общая помощь по использованию ПО GNU: http://www.gnu.org/gethelp COPYRIGHT Copyright © 1994 Andrew L. Moore. Copyright © 2025 Antonio Diaz Diaz. Лицензия GPLv2+: GNU GPL версии 2 или позднее <http://gnu.org/licenses/gpl.html> Это свободное ПО: вы можете изменять и распространять его. НЕТ НИКАКИХ ГАРАНТИЙ, в той мере, в какой это разрешено законом. SEE ALSO Полная документация для ed поддерживается как руководство Texinfo. Если программы info и ed правильно установлены на вашем сайте, команда info ed должна предоставить вам доступ к полному руководству. GNU ed 1.21 Январь 2025 ED(1)
ED(1) User Commands ED(1) NAME ed - line-oriented text editor SYNOPSIS ed [options] [[+line] file] DESCRIPTION GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the 'standard' text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is su‐ perseded by full-screen editors such as GNU Emacs or GNU Moe. The file name may be preceded by '+line', '+/RE', or '+?RE' to set the current line to the line number specified or to the first or last line matching the regular expression 'RE'. OPTIONS -h, --help display this help and exit -V, --version output version information and exit -E, --extended-regexp use extended regular expressions -G, --traditional run in compatibility mode -l, --loose-exit-status exit with 0 status even if a command fails -p, --prompt=STRING use STRING as an interactive prompt -q, --quiet, --silent suppress diagnostics written to stderr -r, --restricted run in restricted mode -s, --script suppress byte counts and '!' prompt -v, --verbose be verbose; equivalent to the 'H' command --strip-trailing-cr strip carriage returns at end of text lines --unsafe-names allow control characters 1-31 in file names Start edit by reading in 'file' if given. If 'file' begins with a '!', read output of shell command. Exit status: 0 for a normal exit, 1 for environmental problems (invalid command-line options, memory exhausted, command failed, etc), 2 for problems with the input file (file not found, buffer modified, I/O er‐ rors), 3 for an internal consistency error (e.g., bug) which caused ed to panic. REPORTING BUGS Report bugs to bug-ed@gnu.org Ed home page: http://www.gnu.org/software/ed/ed.html General help using GNU software: http://www.gnu.org/gethelp COPYRIGHT Copyright © 1994 Andrew L. Moore. Copyright © 2025 Antonio Diaz Diaz. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO The full documentation for ed is maintained as a Texinfo manual. If the info and ed programs are properly installed at your site, the com‐ mand info ed should give you access to the complete manual. GNU ed 1.21 January 2025 ED(1)