head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2005.01.13.21.03.08;	author shd;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.13.21.01.30;	author shd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@*** empty log message ***
@
text
@orderlines 0.1

USAGE: orderlines [-0] [-c] [-h] [-r]

DESCRIPTION:
orderlines reads all lines from stdin, and then prints them in a specific
order. By default the order is reverse order.

 -0 / --null       Make \0 as the separator instead of \n. Potentially
                   useful with 'find -print0'.
 -h / --help       Print help.
 -c / --check      Force /dev/urandom check for -r.
 -r / --randomize  Print out in random order.

PROBLEMS:
Operating systems which don't have /dev/urandom use time(0) to initialize
seed for srand48(). With -c option, error is given if /dev/urandom is not
available.

AUTHOR: Heikki Orsila <heikki.orsila@@iki.fi>
COPYING: The program, including the source, is public domain.
@


1.1
log
@*** empty log message ***
@
text
@d1 1
a1 1
reverselines 0.1
d3 1
a3 1
USAGE: reverselines [-0] [-c] [-h] [-r]
d6 1
a6 1
reverselines reads all lines from stdin, and then prints them in a specific
@

