uq is a simple, user-friendly alternative to sort | uniq. It removes duplicate lines from the output, regardless of the order.
Read moreCategory: Utilities
semiuniq – uniq-like tool
The semiuniq program reads over lines of input and write lines of output that are “semi-unique” by eliminating repeated lines that are close.
Read moreruniq – filter duplicate lines from input
runiq offers an efficient way (in both time and space) to filter duplicate entries (lines) from textual input.
Read morenauniq – non-adjacent uniq
nauniq is similar to the Unix command uniq but detects repeated lines even if they are not adjacent. It’s written in Perl.
Read morehuniq – removes duplicates from stdin using a hash table
huniq remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
Read moredifftastic – structural diff tool that compares files based on their syntax
difftastic is a structural diff tool that understands syntax. It uses tree-sitter to build a parse tree.
Read moreprocs – modern replacement for ps
procs is a replacement for ps. It has cross-platform support running under Linux and Windows, with experimental support for macOS.
Read morepstree – display a tree of processes
pstree shows the currently running processes as a tree. This is free and open source software written in the C programming language.
Read morefuser – identifies processes using files or sockets
fuser identifies processes using files or sockets. It’s written in the C programming language and published under the GPL.
Read morelsfd – modern replacement for lsof
lsfd is intended to be a modern replacement for lsof on Linux systems. It’s free and open source software written in C.
Read moreAlternatives to popular CLI tools: lsof
We explore free and open source alternatives to lsof, a utility that lists file information about files opened by processes.
Read morefend – arbitrary-precision unit-aware calculator
fend is an arbitrary-precision unit-aware calculator. fend supports a few different output formats. It’s free and open source software.
Read morebcal – storage expression calculator
bcal (Byte CALculator) is a REPL CLI utility for storage expression evaluation, SI/IEC conversion, byte address calculation, and more.
Read moreconcalc – parser-algorithm of extcalc
concalc is a calculator for the Linux console. It is just the parser-algorithm of extcalc packed into a simple console program.
Read morebc-gh – implementation of dc and bc
bc-gh is an implementation of Unix dc and POSIX bc with GNU and BSD extensions. It’s free and open source software.
Read more