Skip to content

ptx: implement GNU extensions #1908

@ycd

Description

@ycd

ptx has -G --traditional flags to specify to whether use traditional mode or GNU extensions, our ptx implementation doesn't supports GNU extensions yet. In traditional mode, there are only several flags available -b, -f, -g, -i, -o, -r, -t and -w, all the other options needs GNU extensions to be implemented.

FLAGS:
    -G, --traditional        behave more like System V 'ptx'

Code is in:
https://github.com/uutils/coreutils/tree/master/src/uu/ptx

GNU's documentation for ptx.

There is also a great documentation available from GNU about: The GNU extensions to ptx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions