pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
moreutils: Add a short description of the tools provided to DESCR
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Sep 3 15:23:23 2017 +0200
Changeset: f9c25fe603bffc625864da7cf7e5d765120dc8a3
Modified Files:
moreutils/DESCR
Log Message:
moreutils: Add a short description of the tools provided to DESCR
Directly copypasted from moreutils' README.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f9c25fe603bffc625864da7cf7e5d765120dc8a3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
moreutils/DESCR | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diffs:
diff --git a/moreutils/DESCR b/moreutils/DESCR
index 1878e061c4..7b250a8bc1 100644
--- a/moreutils/DESCR
+++ b/moreutils/DESCR
@@ -1,2 +1,20 @@
moreutils is a growing collection of the unix tools that nobody
thought to write long ago when unix was young.
+
+It consists of these tools:
+
+ - chronic: runs a command quietly unless it fails
+ - combine: combine the lines in two files using boolean operations
+ - errno: look up errno names and descriptions
+ - ifdata: get network interface info without parsing ifconfig output
+ - isutf8: check if a file or standard input is utf-8
+ - ifne: run a command if the standard input is not empty
+ - lckdo: execute a program with a lock held (deprecated)
+ - mispipe: pipe two commands, returning the exit status of the first
+ - parallel: run multiple jobs at once
+ - pee: tee standard input to pipes
+ - sponge: soak up standard input and write to a file
+ - ts: timestamp standard input
+ - vidir: edit a directory in your text editor
+ - vipe: insert a text editor into a pipe
+ - zrun: automatically uncompress arguments to command
Home |
Main Index |
Thread Index |
Old Index