Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Please share your grep binary that allows me to search countless hours of boring video for actionable content.


sort by: page size:

Okay, show me an end to end platform I can grep through.

Probably The Silver Surfer. The CLI is `ag`. Often used as a replacement for `grep`.

https://github.com/ggreer/the_silver_searcher

https://geoff.greer.fm/ag/


I like to grep a code pattern through out all repos. I use gstreamer, and sometimes i just don't know how to use it to do a specific thing. So i search substrings to find out usage patterns by other people.

grep?

GNU sed 4.2.1 awk 3.0.4 and grep 2.4.2, http://www.git-scm.com/ , Bundled with Windows Git (which needs an updated find)

Python with pandas, http://pandas.pydata.org/ , If I need HDF5 or time series

ffmpeg, ffmpeg.org, If I'm generating animations

* I look forward to your book :)


The correct way:

grep "^porn" /usr/share/dict/words


ack-grep does quite a lot of this as well.

If you haven't tried https://github.com/ggreer/the_silver_searcher yet you're missing out

The progression is grep with a ton of flags (or even find | xargs grep) -> ack -> ag.

ag is faster than ack, automatically understands .gitignore, gives you .agignore as well, and is just a really nice piece of software.


Probably grep.

grep&awk.

I've become quite fond of gnu grep.


Cool. For emacs, here's an interface for narrowing down `git grep` and `ag` results that I've been enjoying using: https://github.com/dandavison/emacs-search-files

This is very cool. I'd love a command line replacement for grep that does this. Any suggestions?

You don't have to use grep.

Grep for the internet.

What I often want is not a search engine, not a recommender, but a filter. Something that would allow me to look at the distributions of content on the Web rather than trying to answer my questions. I badly wanted to pay someone a few quid for a service like this, but had to build it myself.

Feel free to piggyback on the next batch job; use fBd7guQLDLx6RIm00GE7uH5h0Lk1CKKl as access key.

https://alpha.crawlfilter.com/


... grep?

Haha! Yes! +1 for this. I do exactly the same thing. Or even just grep txt. The find command just is sometthing i cant get into my muscle memory (despite using linux for more the 15 years)

I find slack's search to be absolutely abysmal. If it at least logged to disk, I could grep/awk/sed it.

GNU grep. If you cheat and count years since the original grep it's pretty old.

Grep, awk, sed for the easy stuff, logastash/elasticsearch/kibana for the harder stuff.
next

Legal | privacy