Skip to content

Most file-related functions require the 'ed' utility #11

Description

@flaupretre

'ed' used to be included in the linux core utilities. It seems it is not the case now. Unfortunately, many file-related functions use it and fail silently if the command is not available.

TODO: At load time, check if the 'ed' command is available : if ! ed -h >/dev/null 2>&1 ; then failure

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions