Lexical Tools

Global Behavior Option - Output

  • Description:

    This option provides users an option of writing outputs to a file. This option is intended to replace redirect (>) for better performance and less problematic.

  • Features:
    1. Define the output file name.


  • Symbol: o:STR

  • Examples:
    shell> lvg -f:l -o:output.data
    
    Write result to a file called output.data.
    
  • Implementation Logic:
    1. Implemented in the LvgCmdApi class.