Example: Viewing configuration package contents
This example shows how to use nco_confpack to write the contents of a configuration package to stdout or a text file.
The following command writes the contents of the configuration package /tmp/NCOMS_package to stdout.
nco_confpack -contents -package /tmp/NCOMS_package
The following command writes the contents of the configuration package /tmp/NCOMS_package to the text file /jsmith/package1.txt.
nco_confpack -contents -package /tmp/NCOMS_package -file /jsmith/package1.txt