lucee.Componentcommandbox.system.modules_app.system-commands.commands.echo
Outputs the text entered. . {code:bash} echo "Hello World!" {code} . This can be useful in CommandBox Recipies, or to pipe arbitrary text into another command. . {code:bash} echo "Step 3 complete" >> log.txt {code}
Method Summary | |
---|---|
any
|
run([String text=''])
|
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
text
- The text to output