<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Randomize-lines</id>
		<title>Randomize-lines - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.wiki.mohid.com/index.php?action=history&amp;feed=atom&amp;title=Randomize-lines"/>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Randomize-lines&amp;action=history"/>
		<updated>2026-04-05T01:04:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Randomize-lines&amp;diff=806&amp;oldid=prev</id>
		<title>Guillaume: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Randomize-lines&amp;diff=806&amp;oldid=prev"/>
				<updated>2008-12-03T10:39:03Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 10:39, 3 December 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Guillaume</name></author>	</entry>

	<entry>
		<id>http://www.wiki.mohid.com/index.php?title=Randomize-lines&amp;diff=805&amp;oldid=prev</id>
		<title>87.196.197.217: /* Installation */</title>
		<link rel="alternate" type="text/html" href="http://www.wiki.mohid.com/index.php?title=Randomize-lines&amp;diff=805&amp;oldid=prev"/>
				<updated>2007-06-09T18:53:59Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Installation&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[rl]] is a command-line tool that reads lines from an input file or stdin, randomizes the lines and outputs a specified number of lines. It does this with only a single pass over the input while trying to use as little memory as possible.&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
 &amp;gt; rl --help&lt;br /&gt;
 Usage: rl [OPTION]... [FILE]...&lt;br /&gt;
 Randomize the lines of a file (or stdin).&lt;br /&gt;
 &lt;br /&gt;
  -c, --count=N  select N lines from the file&lt;br /&gt;
  -r, --reselect lines may be selected multiple times&lt;br /&gt;
  -o, --output=FILE&lt;br /&gt;
                 send output to file&lt;br /&gt;
  -d, --delimiter=DELIM&lt;br /&gt;
                 specify line delimiter (one character)&lt;br /&gt;
  -0, --null     set line delimiter to null character&lt;br /&gt;
                 (useful with find -print0)&lt;br /&gt;
  -n, --line-number&lt;br /&gt;
                 print line number with output lines&lt;br /&gt;
  -q, --quiet, --silent&lt;br /&gt;
                 do not output any errors or warnings&lt;br /&gt;
  -h, --help     display this help and exit&lt;br /&gt;
  -V, --version  output version information and exit&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
 &amp;gt; rl -c 1 &amp;lt; quotes.txt&lt;br /&gt;
 rl&amp;gt; A horse is a horse, of course.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
===Debian===&lt;br /&gt;
 &amp;gt; sudo apt-get install randomize-lines&lt;br /&gt;
&lt;br /&gt;
===Other [[*nix]] distros===&lt;br /&gt;
Get [http://ch.tudelft.nl/~arthur/rl/rl-0.2.5.tar.gz version 0.2.5 here].&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt; tar -zxvf rl-0.2.5.tar.gz&lt;br /&gt;
 &amp;gt; cd rl-0.2.5&lt;br /&gt;
 &amp;gt; ./configure&lt;br /&gt;
 &amp;gt; make&lt;br /&gt;
 &amp;gt; sudo make install&lt;br /&gt;
&lt;br /&gt;
==External References==&lt;br /&gt;
*[http://ch.tudelft.nl/~arthur/rl/ '''rl''' homepage].&lt;br /&gt;
&lt;br /&gt;
[[Category:Technology]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>87.196.197.217</name></author>	</entry>

	</feed>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-56589921-5', 'auto');
  ga('send', 'pageview');
</script>