1
0
Fork 0
mirror of git://git.joeyh.name/moreutils synced 2025-12-31 05:57:29 +00:00
No description
Find a file
2025-06-12 12:23:30 -04:00
debian update 2025-06-12 12:23:30 -04:00
is_utf8 is_utf8: allow propagation of compiler and linker flags 2019-11-29 13:11:29 -04:00
.gitattributes use dpkg-mergechangelog 2010-05-24 11:12:47 -04:00
chronic chronic: With -v, flush stdout after printing "STDERR" header 2021-09-16 09:12:37 -04:00
combine update to joeyh.name 2015-01-19 13:57:05 -04:00
COPYING add 2006-02-19 19:18:31 +00:00
errno.c Use pclose() instead of fclose() 2022-05-18 12:47:04 -04:00
errno.docbook errno.docbook: fix typo (Closes: #749399) 2015-03-30 11:40:24 -04:00
ifdata.c ifdata: fail when -ph is given but no hwaddr is available (Closes: #386755) 2021-01-02 12:23:36 -04:00
ifdata.docbook ifdata: fail when -ph is given but no hwaddr is available (Closes: #386755) 2021-01-02 12:23:36 -04:00
ifne.c portability fix 2014-02-28 15:19:58 -04:00
ifne.docbook ifne.1: Improve example that pipes to mail to avoid escape sequences 2021-09-28 08:12:42 -04:00
isutf8.docbook Merge is_utf8 from https://github.com/julienpalard/is_utf8. 2016-07-19 00:48:58 +02:00
lckdo.c remove #define _BSD_SOURCE 2017-12-31 11:59:34 -04:00
lckdo.docbook Use docbook-xsl to build man pages 2013-11-05 22:35:50 -04:00
Makefile Makefile: Fix shell syntax error on non-pkgx.dev builds 2025-06-12 12:22:12 -04:00
mispipe.c squash build warning 2015-01-19 14:01:14 -04:00
mispipe.docbook update to joeyh.name 2015-01-19 13:57:05 -04:00
parallel.c fix compilation under uClibc-ng 2020-08-20 13:04:24 -04:00
parallel.docbook update to joeyh.name 2015-01-19 13:57:05 -04:00
pee.c pee: remove buffering of input and outputs. 2017-12-31 11:37:27 -04:00
pee.docbook pee: ignore SIGPIPE and write errors (Closes: #697052) 2017-12-31 11:29:15 -04:00
physmem.c sponge fixes 2008-04-11 15:45:45 -04:00
README releasing package moreutils version 0.67 2021-12-21 15:39:00 -04:00
sponge.c sponge: Fix bug in -a mode that doubled original content of file 2019-01-09 11:13:54 -04:00
sponge.docbook mention that sponge cannot always atomically rename a temp file 2015-01-19 13:50:46 -04:00
ts ts: Use the last provided switch if both -i and -s are provided 2025-01-06 16:39:21 -04:00
vidir vidir: Improve zero padding 2024-08-15 16:28:36 -04:00
vipe skip reading from stdin when it's a tty 2021-02-04 16:29:08 -04:00
zrun zrun: Remove trailing whitespace 2024-12-09 13:25:46 -04:00

This is a collection of the 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
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

Its web page is here: http://joeyh.name/code/moreutils/

This collection is closed at this time for suggestions of additional tools
to add to it. The web page lists a bunch that have been suggested,
and I have a mailbox full of others. Sorry to all who have sent
contributions without a reply. 

If you would like to take up editorial responsibility for adding tools, as
well as take over maintenance of moreutils, please contact me. In the
meantime, this project is still being maintained by me, and patches and
suggestions for improvements to exsting tools is still welcome.

-- Joey Hess <id@joeyh.name>