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_-e_full.rst_ 741 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. .. _-e_full:
  2. **-e**\ [**~**]\ *"pattern"* \| **-e**\ [**~**]/\ *regexp*/[**i**]
  3. Only accept ASCII data records that contain the specified pattern.
  4. To reverse the search, i.e., to only accept data records that do *not*
  5. contain the specified pattern, use **-e~**. Should your pattern happen
  6. to start with ~ you will need to escape this character with a backslash
  7. [Default accepts all data records]. For matching data records
  8. against extended regular expressions, please enclose the expression in slashes.
  9. Append **i** for case-insensitive matching.
  10. To supply a list of such patterns, give **+f**\ *file* with one pattern per line.
  11. To give a single pattern starting with **+f**, escape it with a backslash.
Tip!

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

Comments

Loading...