shuffle.icn: Program to randomly reorder the lines of a file

December 10, 2002; Gregg M. Townsend
This file is in the public domain.
This program outputs in random order the lines of one or more files.
The input data must fit in memory.

usage:  shuffle [file...]

Source code | Program Library Page | Icon Home Page