in reply to Proof of concept: File::Index
This command constructs such Recno database from our given text file: cat foo.txt | db4.3_load -T -t recno bar.db
Although simple, the command above needs further refinement if we are unsatisfied with the default definition of newline, with the escaping of inserted text, or problems due to binary input. (See db4.3_load(1) )
|
|---|