I’m not very technical. I love Sublime Text because it’s the best I’ve found for handling huge files and lots of data within the file.
I’m working on a file about 15 MiB.
I need to grep within the file then grep the result.
Currently I switch to a terminal to do this but it’s cumbersome.
For example:
grep -ri -C5 ‘frog’ /home/t.txt |grep -C5 -i ‘pond’ >r |subl r
Is there a quick way to do this within Sublime Text?