s/TAB/>/2
TAB represents an actual tab character, which is
otherwise invisible on the screen. If the input is a one-line file
such as the following:
Column1TABColumn2TABColumn3TABColumn4
the output produced by running the script on this file will be:
Column1TABColumn2>Column3TABColumn4
Note that without the numeric flag, the substitute command would
replace only the first tab. (Therefore, 1 can be
considered the default numeric flag.) The range of the allowed
numeric value is from 1 to 512, though this may be
implementation-dependent.
-- DD
 |  |  |
34.11. Referencing Portions of a Search String |  | 34.13. Transformations on Text |