parallel is a shell tool for executing jobs in parallel using one or more computers. This tool is written in Perl.
Read more
The Linux Portal Site
parallel is a shell tool for executing jobs in parallel using one or more computers. This tool is written in Perl.
Read morecli-chess is a command-line chess program that lets you play online against human players and offline against the computer.
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 moreWe explore free and open source alternatives to uniq, a venerable utility that reports or omits repeated lines.
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