Skip to content

cat -s clone #762

@syu-id

Description

@syu-id

The -s / --squeeze-blank option of cat can "squeeze" consecutive blank lines into one.

     1  hello
     2
     3
     4  world
     5
     6
     7
     8  世界

With cat -s, the above text will become:

     1  hello
     2
     3  world
     4
     5  世界

It would be convenient if bat provides the same functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions