From f9c026a0b72eb7161c612ee62fabea5edbaec419 Mon Sep 17 00:00:00 2001 From: joeyh Date: Sun, 24 Dec 2006 04:55:17 +0000 Subject: [PATCH] sort --- README | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README b/README index 0263b38..c07e565 100644 --- a/README +++ b/README @@ -1,8 +1,16 @@ This is a collection of the unix tools that nobody thought to write thirty years ago. Currently it consists of these tools: +combine + combine the lines in two files using boolean operations +ifdata + get network interface info without parsing ifconfig output isutf8 check if a file or standard input is utf-8 +mispipe + pipe two commands, returning the exit status of the first +pee + tee standard input to pipes sponge soak up standard input and write to a file ts @@ -11,17 +19,8 @@ vidir edit a directory in your text editor vipe insert a text editor into a pipe -combine - combine the lines in two files using boolean operations -ifdata - get network interface info without parsing ifconfig output -pee - tee standard input to pipes zrun automatically uncompress arguments to command -mispipe - pipe two commands, returning the exit status of the first - Its web page is here: http://kitenet.net/~joey/code/moreutils.html -- 2.39.5