GGrep is a text search and replace software for the Windows operating system that is based on the original Grep tool of Unix based machines. The portable Windows software comes with a user interface that displays the majority of features right on the start screen. A basic search requires a search term and the selection [...]
- Author: Jack Wallen
- Comments: 3
Get to know Linux: Using grep
If you use Linux long enough, you are going to wind up getting to know (and using) the command line. And if you use the command line long enough, you are going to find yourself using the grep tool. Grep is one of the most useful linux utilities in that it will search WITHIN a [...]
- Author: Jack Wallen
- Comments: 3
Linux Tips: Handy ways to grep
The grep command is one of the handiest Linux commands you will use. The grep utitility was originally writing for UNIX and stands for Global Regular Expression Print. What grep does is search for strings in practically anything you need to search. You can search nearly any type of file, output, logs…you name it, grep [...]
