dd_rescue copies data from one file or block device to another. You can specify file positions (called seek and Skip in dd).
Read more![Find](https://i0.wp.com/www.linuxlinks.com/wp-content/uploads/2023/04/cli-tools-find.png?resize=300%2C208&ssl=1)
The Linux Portal Site
dd_rescue copies data from one file or block device to another. You can specify file positions (called seek and Skip in dd).
Read moreHypercalc is an interpreted calculator program designed to calculate extremely large numbers.
Read moreThis article spotlights alternative tools to time, a simple tool that provides timing statistics about a program run.
Read morePerformance counters for Linux are a kernel-based subsystem that provide a framework for all things performance analysis.
Read moreFlemozi is a simple, fast, and lightweight picker for desktop operating systems. It’s written in Dart.
Read morerust-parallel is a command-line utility to execute commands in parallel and aggregate their output. It’s written in Rust.
Read moreThink of rargs as similar to xargs and awk with pattern-matching support. It’s written in the Rust programming language.
Read moreparallel is a shell tool for executing jobs in parallel using one or more computers. This tool is written in Perl.
Read moreWe spotlight alternative tools to hexdump, a utility that displays file contents in hexadecimal, octal, or ascii.
Read morexxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.
Read moreuq is a simple, user-friendly alternative to sort | uniq. It removes duplicate lines from the output, regardless of the order.
Read moreThe 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 offers an efficient way (in both time and space) to filter duplicate entries (lines) from textual input.
Read morenauniq is similar to the Unix command uniq but detects repeated lines even if they are not adjacent. It’s written in Perl.
Read morehuniq remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates.
Read more