Because if rep is the big dictionary preprocesser/compressor in FA and that is not big enough. its probably not going to help to use Arc.
but i will try it
Why you think your version of REP is 1.2 ?
Because this is what it says when you run REP without arguments
Code:
REP preprocessor v1.2 alpha (c) Bulat.Ziganshin@gmail.com 2008-11-18
Usage: rep [options and files in any order]
-z -- force compression
-d -- force decompression
-oNAME -- output filename/directory (default .rep/.unrep)
-t -- test (de)compression (redirect output to nul)
-delete -- delete successfully (de)compressed input files
-q -- be quiet. -q[thpr]* disables title/header/progress/results individ
ually
-v -- verbosity level (you should recompile program with -DDEBUG to enab
le this feature)
-cpu -- compute raw CPU time (for becnhmarking)
-h -- display this help
-- -- stop flags processing
"-" used as filename means stdin/stdout
Compression parameters:
-b# -- sliding window size (default: 128mb, recommended: half of total R
AM)
-l# -- minimal match len
-d# -- barrier for smaller matches
-s# -- minimal match len after barrier
-h# -- hash bits
-a# -- coefficient of search "amplification" (1 - default, 99 - max. com
pr.)