Align 1.6

License: Free ‎File size: 112.64 KB
‎Users Rating: 2.5/5 - ‎6 ‎votes

ALIGN aligns data in ASCII text files into neat columns. Also converts comma-delimited files to columns with 2 spaces between each column. Input fields must be separated by commas or white space. Fields may contain spaces if they are enclosed in single or double quotes or C comments /* ... */ or //. The best way to understand this program is to try it on a COPY of any ASCII Text file, especially one that contains badly aligned columns of data. It left justifies the output so it is designed for columns of text, rather than numbers. C source is included. Copyrighted, but may be distributed freely and used for any purpose except military. To use: align.exe somefile.txt Don't use it on Microsoft Word docs, except plain ASCII or RTF

VERSION HISTORY

  • Version 1.6 posted on 2010-02-03
    now handles up to 1024 columns
  • Version 1.3 posted on 2008-01-02
    converted from DOS to Windows. Written in C

Program Details