Filejoiner is a simple app (using Tcl/Tk GUI) to join a number of text files into a single file.

USAGE:

  1. Install the Filejoiner : gem install filejoiner
  2. create a text file containing: require 'filejoiner' Joiner.run save it as "joiner.rb" on your desktop if Ruby is in your PATH clicking on this file will start the app.
  3. Select from the Menu the directory where the separate files reside. Once you select the folder, its file contents are shown in the text window.
  4. Enter the name of the new merged file in the entry field.
  5. To join these files, click the button "Join Files"
  6. The content of the merged file will appear in the text window.
  7. To clear the text area select "New" from the Dir Menu