coreutils: Combination

1 
1 19.2.5 Combination settings
1 ---------------------------
1 
1 Combination settings:
1 
1 ‘evenp’
1 ‘parity’
1      Same as ‘parenb -parodd cs7’.  May be negated.  If negated, same as
1      ‘-parenb cs8’.
1 
1 ‘oddp’
1      Same as ‘parenb parodd cs7’.  May be negated.  If negated, same as
1      ‘-parenb cs8’.
1 
1 ‘nl’
1      Same as ‘-icrnl -onlcr’.  May be negated.  If negated, same as
1      ‘icrnl -inlcr -igncr onlcr -ocrnl -onlret’.
1 
1 ‘ek’
1      Reset the ‘erase’ and ‘kill’ special characters to their default
1      values.
1 
1 ‘sane’
1      Same as:
1 
1           cread -ignbrk brkint -inlcr -igncr icrnl
1           icanon iexten echo echoe echok -echonl -noflsh
1           -ixoff -iutf8 -iuclc -ixany imaxbel -xcase -olcuc -ocrnl
1           opost -ofill onlcr -onocr -onlret nl0 cr0 tab0 bs0 vt0 ff0
1           isig -tostop -ofdel -echoprt echoctl echoke -extproc
1 
1      and also sets all special characters to their default values.
1 
1 ‘cooked’
1      Same as ‘brkint ignpar istrip icrnl ixon opost isig icanon’, plus
1      sets the ‘eof’ and ‘eol’ characters to their default values if they
1      are the same as the ‘min’ and ‘time’ characters.  May be negated.
1      If negated, same as ‘raw’.
1 
1 ‘raw’
1      Same as:
1 
1           -ignbrk -brkint -ignpar -parmrk -inpck -istrip
1           -inlcr -igncr -icrnl -ixon -ixoff -icanon -opost
1           -isig -iuclc -ixany -imaxbel -xcase min 1 time 0
1 
1      May be negated.  If negated, same as ‘cooked’.
1 
1 ‘cbreak’
1      Same as ‘-icanon’.  May be negated.  If negated, same as ‘icanon’.
1 
1 ‘pass8’
1      Same as ‘-parenb -istrip cs8’.  May be negated.  If negated, same
1      as ‘parenb istrip cs7’.
1 
1 ‘litout’
1      Same as ‘-parenb -istrip -opost cs8’.  May be negated.  If negated,
1      same as ‘parenb istrip opost cs7’.
1 
1 ‘decctlq’
1      Same as ‘-ixany’.  Non-POSIX.  May be negated.
1 
1 ‘tabs’
1      Same as ‘tab0’.  Non-POSIX.  May be negated.  If negated, same as
1      ‘tab3’.
1 
1 ‘lcase’
1 ‘LCASE’
1      Same as ‘xcase iuclc olcuc’.  Non-POSIX.  May be negated.  (Used
1      for terminals with uppercase characters only.)
1 
1 ‘crt’
1      Same as ‘echoe echoctl echoke’.
1 
1 ‘dec’
1      Same as ‘echoe echoctl echoke -ixany intr ^C erase ^? kill C-u’.
1