Package moreutils: Information

  • Default inline alert: Version in the repository: 0.69-alt1

Binary package: moreutils
Version: 0.67-alt1
Architecture: x86_64
Build time:  Jan 25, 2023, 05:09 PM in the task #314096
Source package: moreutils
Category: File tools
Report package bug
License: GPLv2+
Summary: A collection of unix tools
Description: 
A collection of unix tools that nobody thought to write long ago, when
unix was young. Currently 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 (in moreutils-parallel package)
 - 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

Maintainer: Vitaly Chikunov


ACL:
Evgenii Terechkov
@everybody

Last changed


Jan. 25, 2023 Vitaly Chikunov 0.67-alt1
- Update to 0.67 (2021-12-21).
- Enabled LFS on 32-bit systems.
- parallel is packaged in moreutils-parallel instead of renaming the tool.
Aug. 1, 2017 Evgenii Terechkov 0.61-alt1
- 0.61 (ALT#33713)
Oct. 7, 2013 Evgenii Terechkov 0.50-alt2
- parallel -> moreutils_parallel due to conflict with gnu parallel (tnx to mike@)