x2sys_merge(1) - Linux man page
Name
x2sys_merge - Merge an updated COEs tablesSynopsis
x2sys_merge -Amain_COElist.d -Mnew_COElist.dDescription
- -A
- Specify the file main_COElist.d with the main crossover error data base.
- -M
- Specify the file new_COElist.d with the newly computed crossover error data base.
Options
No space between the option flag and the associated arguments.Examples
To update the main COE_data.txt with the new COEs estimations saved in the smaller COE_fresh.txt,- try
x2sys_merge -ACOE_data.txt -MCOE_fresh.txt > COE_updated.txt