Re: Program to randomize lines of text file

1997-03-17 Thread Thought
Just go ask a friend who knows some basic C to write a program to do that for you. I could do it in less than 10 lines of code most likely On Sun, 16 Mar 1997, Gandalf wrote: > Does anyone know of a script or binary that randomly output the lines > of a text file, i.e its usage would be > >

Re: Program to randomize lines of text file

1997-03-17 Thread Steve
> Does anyone know of a script or binary that randomly output the lines > of a text file, i.e its usage would be > prog file -> lines of file output in random order I don't think this has anything to do with Debian, but it's only a few seconds of programming, so... ---CUT-HERE--- #!/usr

Program to randomize lines of text file

1997-03-16 Thread Gandalf
Does anyone know of a script or binary that randomly output the lines of a text file, i.e its usage would be prog file -> lines of file output in random order -Walter