<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/funnelsort/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 13 Dec 2013 20:22:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/funnelsort/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -3,6 +3,8 @@
 You won't find a more flexible, easier to use, faster sorting utility than Funnel.

 Funnel is a sort utility to sort files, large and small.  It efficiently handles fixed length records and variable length records.  Funnel easily handles ascii (readable) data and binary data.  There are many more features in Funnel.  It is easy to use and very fast.
+
+For a quick start check out the [Command line usage].

 How to [Install on Centos].

@@ -10,7 +12,7 @@
 ---------------------
 [Sort by any number of keys].  Key types: String, Date / time, Integer, Float, and binary numbers too.  Supports ascending and descending on each key.  Supports Java-like format parsing for date keys (e.g.: MM-dd-yyyy)
 [OrderBy clause] replaces the --keys command line argument to provide sorting by column name.
-[Where clause] to select specific rows from your input file(s).  Algebrain, a sourceforge project, is used to provide full equation support.
+[Where clause] to select specific rows from your input file(s).  [Algebrain, a sourceforge project](https://sourceforge.net/projects/algebrain), is used to provide full equation support.
 [Processing variables] can be used wherever columns can be referenced: e.g. RecordNumber and RecordSize.
 [Columns] can be predefined for the input file(s) and used in the [Where clause] and the [OrderBy clause].
 [Copy] (original order or reversed)
@@ -25,7 +27,7 @@
 All sorting activity is [logged] to a log file.
 [Control over temporary files].
 [Caching and control options] to control memory usage and increase sort efficiency
-[Command line usage].  Argument, a sourceforge project, is used to parse and interpret the command line.
+[Argument, a sourceforge project](https://sourceforge.net/projects/argument), is used to parse and interpret the command line.

 Useful Out-of-the-box Utilities
 -------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Fri, 13 Dec 2013 20:22:54 -0000</pubDate><guid>https://sourceforge.net17194e8e835f7d756ab13f5f9545745873f16014</guid></item><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -9,9 +9,14 @@
 Sort Utility Features
 ---------------------
 [Sort by any number of keys].  Key types: String, Date / time, Integer, Float, and binary numbers too.  Supports ascending and descending on each key.  Supports Java-like format parsing for date keys (e.g.: MM-dd-yyyy)
+[OrderBy clause] replaces the --keys command line argument to provide sorting by column name.
+[Where clause] to select specific rows from your input file(s).  Algebrain, a sourceforge project, is used to provide full equation support.
+[Processing variables] can be used wherever columns can be referenced: e.g. RecordNumber and RecordSize.
+[Columns] can be predefined for the input file(s) and used in the [Where clause] and the [OrderBy clause].
 [Copy] (original order or reversed)
 [Duplicate record handling] (keep first, last, all, or all reversed) .
-[Input] can be "standard input" or FileName.
+[Input] can be "standard input" or FileName.  If a file name is used, wild cards are allowed.
+[Multiple files] can be concatinated into one sorted output file.  Or they can be sorted one at a time replacing the original files by using the --[replace] argument.
 [Output] can be "standard output" or FileName.
 [Variable length records].  Any delimiter is supported and can be changed when rewriting the file.
 [Comma Separated Value] (CSV) files with support for headings.  
@@ -20,7 +25,7 @@
 All sorting activity is [logged] to a log file.
 [Control over temporary files].
 [Caching and control options] to control memory usage and increase sort efficiency
-[Command line usage].  Instructions on the exact command line syntax.
+[Command line usage].  Argument, a sourceforge project, is used to parse and interpret the command line.

 Useful Out-of-the-box Utilities
 -------------------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Fri, 13 Dec 2013 20:17:28 -0000</pubDate><guid>https://sourceforge.net6040c4089459c174cf333b580e26440cd4fcdb5a</guid></item><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -22,5 +22,11 @@
 [Caching and control options] to control memory usage and increase sort efficiency
 [Command line usage].  Instructions on the exact command line syntax.

+Useful Out-of-the-box Utilities
+-------------------------------
+[space] to see how your disk space is utilized.
+[dos2unix] to convert a file from dos format to unix.
+[unix2dos] to convert a file form unix format to dos.
+
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Thu, 05 Dec 2013 00:32:11 -0000</pubDate><guid>https://sourceforge.netd833d8c95b7341ee15ec6ecbab94064dd40f7b7e</guid></item><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -3,6 +3,9 @@
 You won't find a more flexible, easier to use, faster sorting utility than Funnel.

 Funnel is a sort utility to sort files, large and small.  It efficiently handles fixed length records and variable length records.  Funnel easily handles ascii (readable) data and binary data.  There are many more features in Funnel.  It is easy to use and very fast.
+
+How to [Install on Centos].
+
 Sort Utility Features
 ---------------------
 [Sort by any number of keys].  Key types: String, Date / time, Integer, Float, and binary numbers too.  Supports ascending and descending on each key.  Supports Java-like format parsing for date keys (e.g.: MM-dd-yyyy)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Thu, 05 Dec 2013 00:16:37 -0000</pubDate><guid>https://sourceforge.net075698d40a3d2fc15fd8adcb33b999faa326d407</guid></item><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,23 @@
-Welcome to your wiki!
+Sort Utility
+============
+You won't find a more flexible, easier to use, faster sorting utility than Funnel.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/funnelsort/wiki/markdown_syntax/) syntax.
+Funnel is a sort utility to sort files, large and small.  It efficiently handles fixed length records and variable length records.  Funnel easily handles ascii (readable) data and binary data.  There are many more features in Funnel.  It is easy to use and very fast.
+Sort Utility Features
+---------------------
+[Sort by any number of keys].  Key types: String, Date / time, Integer, Float, and binary numbers too.  Supports ascending and descending on each key.  Supports Java-like format parsing for date keys (e.g.: MM-dd-yyyy)
+[Copy] (original order or reversed)
+[Duplicate record handling] (keep first, last, all, or all reversed) .
+[Input] can be "standard input" or FileName.
+[Output] can be "standard output" or FileName.
+[Variable length records].  Any delimiter is supported and can be changed when rewriting the file.
+[Comma Separated Value] (CSV) files with support for headings.  
+[Fixed length records]. You can also convert fixed length to variable length records.
+Save often used sort [commands to a file] and reuse them.
+All sorting activity is [logged] to a log file.
+[Control over temporary files].
+[Caching and control options] to control memory usage and increase sort efficiency
+[Command line usage].  Instructions on the exact command line syntax.

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Wed, 04 Dec 2013 14:10:14 -0000</pubDate><guid>https://sourceforge.net288bc6782fcff4688085158e9b5a15a99199f9d3</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have a &lt;a class="" href="http://lgc.obdobion.com/funnel" title="this Wordpress site is being replaced" rel="nofollow"&gt;Wordpress site&lt;/a&gt; that has all of the documentation.  I am in the process of converting it over to this wiki.  Please be patient.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Wed, 04 Dec 2013 13:55:47 -0000</pubDate><guid>https://sourceforge.neta35a790192a5f224e40d70fb383dffe12e229218</guid></item><item><title>Home modified by Chris DeGreef</title><link>https://sourceforge.net/p/funnelsort/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/funnelsort/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/obdobion/"&gt;Chris DeGreef&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-529ea8df04161f74c1ba4b0a" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris DeGreef</dc:creator><pubDate>Wed, 04 Dec 2013 04:00:31 -0000</pubDate><guid>https://sourceforge.netd6f34ecd6d0e3ee9106966f49b1130e03f608f16</guid></item></channel></rss>