!--a11y-->
input 
Puts the user input from the command line as a resource into the DTR.
Syntax |
input [-terminator|-t ...] resource |
Options |
|
-terminator|-t |
Terminator to end user input. |
Arguments |
|
resource |
Path of the resource. |
Description |
Puts user input as a resource. |
Creates a new file a.txt with the content ‘hello world’ under the working resource /wr/a4106bd6136011dccb0c00199905d653.
input –terminator end
/wr/a4106bd6136011dccb0c00199905d653/a.txt
Please type your input (terminator is [end]):
hello world
end