Short:    Gives numbering suffixes a fixed length
Author:   alexander.richter@01019freenet.de (Alexander Richter)
Uploader: alexander.richter@01019freenet.de (Alexander Richter)
Type:     util/cli


INSTALLATION
------------
copy fixsuffix c:


USAGE
-----
fixsuffix <file> [<suffix-length>]

suffix-length defaults to 5


EXAMPLES
--------
fixsuffix frame.10 4

will rename the file "frame.10" to "frame.0010".

fixsuffix frame.3

will rename the file "frame.3" to "frame.00003" (default length of 5 is used).


BATCH PROCESSING
----------------
can be done with the AmigaDOS LIST command, e.g.:

LIST frame.(?|??|???) LFORMAT "fixsuffix %N 4" >t:script
sort t:script t:script
execute t:script


BUGS
----
-no error handling


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
   12068    6565 45.5% 19-Dec-99 13:21:24  FixSuffix
     726     391 46.1% 19-Dec-99 13:15:06  FixSuffix.readme
-------- ------- ----- --------- --------
   12794    6956 45.6% 20-Dec-99 00:11:10   2 files
