1RECFIX(1) User Commands RECFIX(1)
2
3
4
6 recfix - check a recfile for errors
7
9 recfix [OPTION]... [OPERATION] [OP_OPTION]... [FILE]
10
12 Check and fix rec files.
13
14 --no-external
15 don't use external descriptors.
16
17 --force
18 force the requested operation.
19
20 --help print a help message and exit.
21
22 --version
23 show version and exit.
24
25 Operations:
26 --check
27 check integrity of the specified file. Default.
28
29 --sort sort the records in the specified file.
30
31 --auto insert auto-generated fields in records missing them.
32
33 --encrypt
34 encrypt confidential fields in the specified file.
35
36 --decrypt
37 decrypt confidential fields in the specified file.
38
39 De/Encryption options:
40 -s, --password=PASSWORD
41 encrypt/decrypt with this password.
42
43 If no FILE is specified then the command acts like a filter, getting
44 the data from standard input and writing the result to standard output.
45
47 Written by Jose E. Marchesi.
48
50 Report bugs to: bug-recutils@gnu.org
51 GNU recutils home page: <https://www.gnu.org/software/recutils/>
52 General help using GNU software: <http://www.gnu.org/gethelp/>
53
55 Copyright © 2010-2020 Jose E. Marchesi. License GPLv3+: GNU GPL ver‐
56 sion 3 or later <http://gnu.org/licenses/gpl.html>.
57 This is free software: you are free to change and redistribute it.
58 There is NO WARRANTY, to the extent permitted by law.
59
61 The full documentation for recfix is maintained as a Texinfo manual.
62 If the info and recfix programs are properly installed at your site,
63 the command
64
65 info recutils
66
67 should give you access to the complete manual.
68
69
70
71recfix 1.9 April 2022 RECFIX(1)