into glob for conversions

Convert value to glob.

Signature

> into glob {flags} ...rest

Parameters

  • ...rest: For a data structure input, convert data at the given cell paths.

Input/output types:

inputoutput
list<string>list<glob>
recordrecord
stringglob
tabletable

Examples

convert string to glob

> '1234' | into glob
1234

convert filepath to glob

> ls Cargo.toml | get name | into glob