-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grep: add -o option #353
base: main
Are you sure you want to change the base?
grep: add -o option #353
Conversation
c50ee1e
to
05bfe82
Compare
0c6ae8b
to
86ffd89
Compare
86ffd89
to
e4aaa73
Compare
Added an additional change to prevent |
Questions,
|
e4aaa73
to
2fa5853
Compare
I ran into a build script that was trying to use Most of the changes are related to switching from UTF-8 types to raw bytes types. It's not too uncommon to want to use text processing tools on "mostly UTF-8 files" (in my case I was trying to search my shell history file, which somehow got some non-UTF-8 bytes in it). Performance is mostly unchanged:
"./webster" is "The 1913 Webster Unabridged Dictionary" from https://sun.aei.polsl.pl/~sdeor/index.php?page=silesia (just under 40 mebibytes). |
I couldn't find the program I had been trying to compile, but here's an interesting statistic: I have a directory containing 42 Git repositories I've cloned. 4 of those repositories contain scripts that use https://github.com/hinto-janai/festival |
No description provided.