Skip to content

Support for STDIN chaining (pipes) #10

@cverges-medallia

Description

@cverges-medallia

I'm trying to do something like this:

cat ${file} | sed 's,# REMOVE THESE LINES.*,,g' | cr --format plain

cr doesn't appear to read from STDIN, so cannot be chained like this. While I can create a temporary file, I'd rather not so as to keep the file system clean in the event of a script failure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions