Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

explain_-h_full.rst_ 1.6 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. The **-h** option
  2. ^^^^^^^^^^^^^^^^^
  3. **Syntax**
  4. **-h**\ [**i**\|\ **o**][*n*][**+c**][**+d**][**+m**\ *segheader*][**+r**\ *remark*][**+t**\ *title*]
  5. Specify that input and/or output file(s) have *n* header records [default is 0].
  6. **Description**
  7. Specify that the primary input file(s) has *n* header record(s). The default number of header records is set by
  8. :term:`IO_N_HEADER_RECS` [default is 0]. Use **-hi** if only the primary input data should have header records [Default
  9. will write out header records if the input data have them]. For output you may control the writing of header records
  10. using **-h**\ [**o**] and the optional modifiers:
  11. - **+d** to remove existing header records.
  12. - **+c** to add a header comment with column names to the output [default is no column names].
  13. - **+m** to add a segment header *segheader* to the output after the header block [default is no segment header].
  14. - **+r** to add a *remark* comment to the output [default is no comment]. The *remark* string may contain \\n to
  15. indicate line-breaks.
  16. - **+t** to add a *title* comment to the output [default is no title]. The *title* string may contain \\n to indicate
  17. line-breaks.
  18. **Note**: Blank lines and lines starting with # are always skipped. To use another leading character for indicating
  19. header records, set :term:`IO_HEADER_MARKER`. With **-h** in effect the first *n* records are taken verbatim as headers
  20. and not skipped even if any is starting with #. **Note**: If used with native binary data (using **-b**) we interpret
  21. *n* to instead mean the number of bytes to skip on input or pad on output.
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...