Skip to content

Commit

Permalink
Merge pull request #18 from timbray/issue-14
Browse files Browse the repository at this point in the history
describe record/field separators
  • Loading branch information
timbray authored Apr 16, 2024
2 parents af54ef3 + 9d92ce7 commit dc3a9fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ The default is the result of the Go `runtime.NumCPU()` calls and often produces
Describes the function and options of **tf**.
## Records and fields
Records are separated by newlines, fields within records by white space, defined as one or more space or tab characters.
## Performance issues
Since the effect of topfew can be exactly duplicated with a combination of `awk`, `grep`, `sed` and `sort`, you wouldn’t be using it if you didn’t care about performance.
Expand Down

0 comments on commit dc3a9fc

Please sign in to comment.