Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Lexical Tools

Global Behavior Option - Field Separator

  • Description:

    This option provides users to use a specified field separator. The default field separator is the "|".

  • Features:
    1. Define the field separator.


  • Symbol: s:STR

  • Examples:
    Example 1: use "\" for field separator
    shell> lvg -s:"\" -f:l
    OTITIS
    OTITIS\otitis\2047\16777215\l\1\
    
    Example 2: use tab for field separator
    shell> lvg -s:"\t" -f:l
    OTITIS
    OTITIS	otitis	2047	16777215	l	1	
    
  • Implementation Logic:
    1. Implemented in the LvgCmdApi class.