Tag: grep

grep useful commands

I wrote down some useful grep command line flags on a post-it like note which I keep loosing.  Unlike my earlier post for grep, this one will list everything I found as potential command flags including some not so useful stuff.  So, in short, not sure how useful this post will be but it will…


Some more grep stuff

The grep command is a command used in Unix like systems to search.  When paired with the cat command, you can search a text file for any text string.  However, you might have to do a few things to find exactly what you are looking for….


Some flie splitting

So, you have a large file… now what?  Well, I did say a few things you can do to find specific things, but what if you want lines around the specific stuff you found……