Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load multiple XML files with multiple -X or --xml= calls #15

Closed
GoogleCodeExporter opened this issue Apr 29, 2015 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Rather than concatenating multiple xml files into a single file, it would be 
more convenient to include multiple separate -X flags for separate files. For 
example:

radsstat4 -c sat=j2 -Xno_inv_bar.xml -Xexclude_cycles.xml

would produce the same output as:
cat no_inv_bar.xml exclude_cycles.xml > merge.xml
radsstat4 -c sat=j2 -Xmerge.xml


Original issue reported on code.google.com by leuli...@gmail.com on 14 Jun 2012 at 12:15

@GoogleCodeExporter
Copy link
Author

This option is added in r141
Not that the placing of -X matters when using more than on -S option, same as 
options --alias, etc.

Original comment by re...@altimetrics.com on 15 Jun 2012 at 2:31

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by leuli...@gmail.com on 15 Jun 2012 at 2:38

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants