UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Read more
The Linux Portal Site
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code.
Read more
vgrep is a pager for grep, git-grep, ripgrep and similar grep tools. It allows opening the indexed file locations in a user-specified editor.
Read more
phpgrep is both a library and a command-line tool. The library can be used to perform syntax-aware PHP code matching inside Go programs.
Read more
ack is designed as an alternative to grep for programmers. It is highly portable and runs on any platform that runs Perl.
Read more
The Silver Searcher is a tool for searching code. It started off as a clone of Ack, but their feature sets have since diverged slightly.
Read more
CGrep is a context-aware grep for source codes. It’s implemented using Clang’s libtooling libraries. Free and open source software.
Read more
sift is an alternative that aims for both speed and flexibility – i.e. adding features while trying to reach the performance of grep.
Read more
The ugrep utility searches any given input files, selecting lines that match one or more patterns. Free and open source software.
Read more
This article spotlights alternative tools to kill.
Read more
pkill is a Python script that is compatible from 2.6 upwards through 3.2. pkill kills a process by its name.
Read more
gkill is an interactive process killer for Linux and macOS. It’s written in the Go programming language and MIT licensed.
Read more
epkill is a fork of procps-ng verion 3.3.10, but only with the utilities pidof, pgrep, and pkill. GPL licensed software.
Read more
Open Visual Trace Route is a cross-platform visual traceroute tool. It’s written in the Java programming language.
Read more
Dublin Traceroute is a NAT-aware multipath traceroute tool. It’s written in the Go and C++ programming languages.
Read more
LFT, short for Layer Four Traceroute, is a sort of ‘traceroute’ that often works much faster.
Read more
bfs is a variant of the UNIX find command that operates breadth-first rather than depth-first. It’s written in C.
Read more
bfind is a minimalistic alternative to find that is designed to be efficient that locating files. Written in C.
Read more
ffind allows quick and easy recursive search for files in the command line. This is free and open source software.
Read more
friendly-find is the friendly file finder. It’s meant to be a more usable replacement for find. If you’ve used ack, then ffind is to find as ack is to grep.
Read more
OpenRDAP is an command line RDAP client implementation in Go. RDAP is a replacement for WHOIS.
Read more