Skip to content

Feature request: bashism "<<<" #67

@cheusov

Description

@cheusov

This is a feature request.

There is very interesting bash extension for interactive use: "<<<".
For example, I often use oneliners like the following

$ bc <<< 2+2
4
$

instead of

$ echo '2+2' | bc
4
$

What do you think about implementing this in oksh (OpenBSD /bin/sh)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions