File: README

package info (click to toggle)
qdbm 1.8.78-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,076 kB
  • sloc: ansic: 31,454; cpp: 3,623; perl: 2,167; java: 2,079; ruby: 1,690; makefile: 1,315; javascript: 627; sh: 396
file content (73 lines) | stat: -rw-r--r-- 1,380 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
================================================================
 Utilities for test and experiment
================================================================


- hashtest

  This command is used in order to see performance of hash functions.


- sorttest

  This command is used in order to see performance of sorting functions.


- fmtcnv031127

  This command is used in order to convert a database file from older
  format than 1.7.13 to the latest format.

  Usage for a database of Depot:

    fmtcnv031127 < old > new

  Usage for a database of Villa:

    fmtcnv031127 -v < old > new

  Usage for a database of Villa (deflated):

    fmtcnv031127 -v -z < old > new


- setbdflush

  This command is used in order to set the device file `bdflush' of Linux
  to see the best performance of QDBM.


- tabcheck

  This command is used in order to check whether tab or tailing space is
  in source files.


- diffcheck

  This command is used in order to see difference of each file in two
  directories.


- stepcount

  This command is used in order to count speps of source files.


- edswap

  This command is used in order to swap strings with ed command.


- ccdoc

  This command is used in order to create documents about source code using
  GNU source-highlight.


- texttohtml

  This command is used in order to convert plain text to HTML.


== END OF FILE ==