Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
This is a simple GUI for the command line tool grep and pdfgrep
THIS PROJECT HAS MOVED TO: https://sourceforge.net/projects/documentgrep/
This program is a GUI for the command line tool grep and pdfgrep. Pdfgrep search text in multiple PDF files and grep can serach text in multiple text files. You can use regularexpressions for the search (https://en.wikipedia.org/wiki/Regular_expression). This GUI and the command line tools work without indexing.
The following options are used: -i (ignore case) and -F (fixed strings), -n (Print page number or output lines) and -H (Print the file name for each match) from the command line tool. The -r option will be done by the program itself.
...
ngrep strives to provide most of GNU grep's common features,applying them to the network layer. ngrep is a pcap-aware tool that will allow you to specify extended regularexpressions to match against data payloads of packets.
SUPPORT/REPORTING BUGS: please use https://github.com/jpr5/ngrep/issues Thank you!
Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
mgrep is a command line tool that allows users to search text files for lines matching a given regular expression. It is similar to the well-known Unix utility, grep.
As a natural extension to the single-line regularexpressions, mgrep is also capable of searching for multiline patterns.
mgrep is not a grep replacement, but it is intended to be grep-compatible: implemented options and behavior should be the same as those of grep.
Search and replace operations on file content accross multiple files. Recursive operations within entire directory trees. FAR comes with support for regularexpressions (regex) over multiple lines, automatic backup and various character encodings. Run grep like extractions to condense or rearrange sources, or perform bulk file renaming.
Powerful desktop search app for Windows, Linux and Mac
Power searching on your desktop without the pain. Perform powerful desktop searches without having to index your system using regularexpressions. Graphical equivalent to find/grep. Available for Windows (JAVA) and Linux (Gnome & KDE) and easy to translate into your locale.
xgrep adds a more human-friendly and powerful interface on top of grep. Regular words - and, or, not - are used to create search, along with nested expression via the use of parentheses.
Term-Highlight is a highly customizable perl-compatible regexp highlighter for wide range of terminal emulators. Term-Highlight can be used as grep-like engine or command output highlighter. You can use it just to learn perl regularexpressions!
cfgrep is an attempt to produce a grep-like program that uses regularexpressions extended to describe context-free grammars. The largest part of the project is the C++ library developed to process those expressions.
The findstr is searching the words in the text and binary files in several codepages. The famouse 'grep' is very slow and get a lot memory for large binary files without ends of lines - findstr is fast and light, but it doesn't use regularexpressions.
glark offers grep-like searching of text files, with very powerful, complex regularexpressions (e.g., "/foo\w+/ and /bar[^\d]*baz$/ within 4 lines of each other"), as well as highlighting of matches.