Skip to content

Combining multiple files

jamesjun edited this page Dec 20, 2017 · 3 revisions

You can generate a parameter file that uses multiple binary files (binary format such as .bin) using following methods.

If you want to sort all binary files that matches "sample*.bin" pattern, type

jrc makeprm sample*.bin sample.prb

If you have a text file (mylist.txt) that has a list of binary files (separated by lines), type

jrc makeprm mylist.txt sample.prb

If you want to generate a text file (mylist.txt) that contains a matching pattern (sample*.bin), type

jrc dir sample*.bin mylist.txt

Clone this wiki locally