tread
read
a line of input from the user and store as a user defined typed variable
A readline function to allow a line of data inputed from the terminal and then store that as a typed variable.
tread: data-type "prompt" var_name
<stdin> -> tread: data-type var_name
tread: qs "Please paste a URL: " url
out: "The query string values included were:"
$url -> format json
out: Please paste a URL: -> tread: qs url
out: "The query string values included were:"
$url -> format json
If tread
is called as a method then the prompt string is taken from STDIN. Otherwise the prompt string will be the first parameter. However if no prompt string is given then tread
will not write a prompt.
The last parameter will be the variable name to store the string read by tread
. This variable cannot be prefixed by dollar, $
, otherwise the shell will write the output of that variable as the last parameter rather than the name of the variable.
(
(brace quote): Write a string to the STDOUT without new linecast
: Alters the data type of the previous function without altering it’s outputerr
: Print a line to the STDERRformat
: Reformat one data-type into another data-typeout
: Print a string to the STDOUT with a trailing new line characterpretty
: Prettifies JSON to make it human readableread
: read
a line of input from the user and store as a variabletout
: Print a string to the STDOUT and set it’s data-typeThis site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Mon Feb 13 09:18:06 UTC 2023 against commit f339958f33995895c1d997efcdbb8408d2c8d45f8b5f934.
Current version is which has been verified against 13950 tests cases.