Skip to content

execute shell expression from within repl? #77

@dezren39

Description

@dezren39

from the repl, i'd like to get regular data to use later maybe?

randomNumbers = $(cat /dev/random)
myTaxes = csv $(cat 2012.csv)
# json, xml, kdl, parquet, ?sqlite?

is this like what FileSystem pre-compute examples are?

let topics = $(find /dev/kafka/local/topics/ops.logs.*)

i could do a lot of this upfront outside type stream and then pipe into pipestream, but being able to access within the env may unlock some things.

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