Skip to content

Feature Request: Support for exec(3) family of functions #1304

@nrser

Description

@nrser

Request to add support for exec(3) family of functions.

Filed in response to the discussion at

https://www.man7.org/linux/man-pages/man3/exec.3.html

Thoughts & Notes

As a user it would be great if the implementation mirrored os/execute for simplicity and ease of recall, choosing which of the exec family (execl, execlp, ..., execvpe) to invoke "under the hood" based on the provided options.

I'm always found it tiring and error-prone how Python for example exposes each of the exec family directly, opposed to say Ruby which exposes a single method that makes the common, Bash-like use case easy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions