commandbox.system.modules_app.system-commands.commands

Class echo

lucee.Component
    extended by commandbox.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}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run([String text=''])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run([String text=''])

    Parameters:
    text - The text to output