
reg-compare
List of commands for reg-compare:
-
reg-compare:tldr:0f78a reg-compare: Compare all values under a specific key with a second key.$ reg compare ${first_key_name} ${second_key_name}try on your machineexplain this command
-
reg-compare:tldr:220ff reg-compare: Only output the matches between the specified keys.$ reg compare ${first_key_name} ${second_key_name} /ostry on your machineexplain this command
-
reg-compare:tldr:bb351 reg-compare: Compare all sub keys and values for two keys.$ reg compare ${first_key_name} ${second_key_name} /stry on your machineexplain this command
-
reg-compare:tldr:e2986 reg-compare: Compare a specific value under two keys.$ reg compare ${first_key_name} ${second_key_name} /v ${value}try on your machineexplain this command
-
reg-compare:tldr:e6dcf reg-compare: Output the differences and matches between the specified keys.$ reg compare ${first_key_name} ${second_key_name} /oatry on your machineexplain this command