This specifies field separation character string for the text file floating field specification.
The field separation character option has an exclusive relationship with the Field separation character hexadecimal option (-S). When either specification of Field separation character option (-t) and Field separation character hexadecimal option (-S) is omitted, tabs or spaces are treated as separation characters of the field.
Format
-t fldsep
fldsep
The field separation character string is specified.
The backslash (\) is specified before the character when the character with a special meaning as a shell is contained in the field separating character string. (example: blank, $, &, ', ", (, ), \, |, `, *, <, >, ?)
Note
The field separation character string cannot specify the same character as the Record separation character string (-L).
Example
Characters "SEPARATE" are specified as field separation character string.
-t SEPARATE
Characters "F S" are specified as field separation character string.
-t F\ S
Characters "'" are specified as field separation character string.
-t \'
Characters """ are specified as field separation character string.
-t \"
Characters "\" are specified as field separation character string.
-t \\
Characters "**" are specified as field separation character string.
-t \*\*
Characters "* *" are specified as field separation character string.
-t \*\ \*