• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H16-Sep-2021-777553

is_utf8/H03-May-2022-1,8661,590

.gitattributesH A D16-Sep-202144 21

COPYINGH A D16-Sep-202117.6 KiB341281

MakefileH A D03-May-20221.5 KiB5642

READMEH A D16-Sep-20211.2 KiB2823

chronicH A D03-May-20222.1 KiB9838

combineH A D03-May-20223 KiB16870

errno.1H A D03-May-20222.2 KiB7247

errno.cH A D16-Sep-20215 KiB229165

errno.docbookH A D16-Sep-20213.8 KiB139100

ifdata.1H A D03-May-20223.9 KiB200175

ifdata.cH A D03-May-202213.5 KiB586505

ifdata.docbookH A D16-Sep-20217.4 KiB327259

ifne.1H A D03-May-20221.9 KiB5530

ifne.cH A D16-Sep-20213 KiB13091

ifne.docbookH A D16-Sep-20212.4 KiB9460

isutf8.1H A D03-May-20222.4 KiB7449

isutf8.docbookH A D16-Sep-20213.9 KiB162116

lckdo.1H A D03-May-20222.7 KiB9873

lckdo.cH A D16-Sep-20215.3 KiB233204

lckdo.docbookH A D16-Sep-20213.6 KiB160125

mispipe.1H A D03-May-20222 KiB4823

mispipe.cH A D16-Sep-20215.7 KiB18096

mispipe.docbookH A D16-Sep-20212.5 KiB9662

moreutils-parallel.1H A D03-May-20223.4 KiB8863

moreutils-parallel.cH A D03-May-20228.7 KiB441369

moreutils-parallel.docbookH A D16-Sep-20213.9 KiB173132

moreutils-tsH A D03-May-20224.5 KiB193129

pee.1H A D03-May-20222.4 KiB7146

pee.cH A D03-May-20222.3 KiB12193

pee.docbookH A D16-Sep-20213.6 KiB13295

physmem.cH A D16-Sep-20217.1 KiB302219

sponge.1H A D03-May-20222.3 KiB6338

sponge.cH A D16-Sep-20219 KiB396303

sponge.docbookH A D16-Sep-20212.8 KiB11581

vidirH A D03-May-20224.8 KiB243146

vipeH A D03-May-20221.9 KiB9538

zrunH A D03-May-20222.5 KiB10662

README

1This is a collection of the unix tools that nobody thought to write
2long ago, when unix was young. Currently it consists of these tools:
3
4chronic: runs a command quietly unless it fails
5combine: combine the lines in two files using boolean operations
6errno: look up errno names and descriptions
7ifdata: get network interface info without parsing ifconfig output
8isutf8: check if a file or standard input is utf-8
9ifne: run a command if the standard input is not empty
10lckdo: execute a program with a lock held (deprecated)
11mispipe: pipe two commands, returning the exit status of the first
12parallel: run multiple jobs at once
13pee: tee standard input to pipes
14sponge: soak up standard input and write to a file
15ts: timestamp standard input
16vidir: edit a directory in your text editor
17vipe: insert a text editor into a pipe
18zrun: automatically uncompress arguments to command
19
20Its web page is here: http://joeyh.name/code/moreutils/
21
22Your suggestions of additional tools to add to this collection are
23appreciated. The web page lists some that are under consideration but
24have not yet been included, I also welcome feedback on which of these to
25include.
26
27-- Joey Hess <id@joeyh.name>
28