1KSVERDIFF(1) General Commands Manual KSVERDIFF(1)
2
3
4
6 ksverdiff — display the differences in kickstart syntax
7
9 ksverdiff [-f | --from FROMVER] [-t | --to TOVER]
10
12 ksverdiff is a program that takes two versions of kickstart syntax and
13 lists the differences between them. It will generate a list of options
14 added to every command since FROMVER, a list of commands added since
15 FROMVER, a list of commands deprecated since FROMVER, and a list of
16 commands removed since FROMVER.
17
19 ksverdiff returns 0 on success, and 1 if either FROMVER or TOVER are
20 invalid.
21
23 -f | --from FROMVER
24 The version of kickstart syntax to start with. In other
25 words, this is the lower bound version.
26
27 -t | --TO TOVER
28 The version of kickstart syntax to end with. In other words,
29 this is the upper bound version.
30
32 ksflatten (1), ksshell (1), ksvalidator (1)
33
34
35
36 KSVERDIFF(1)