pallassgj / bpipe

Automatically exported from code.google.com/p/bpipe
0 stars 1 forks source link

Ability to resolve multiple files using input variable with extensions #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently you can use a file extension to filter inputs to those with a 
particular extension:

    exec "cp $input.txt $output"

However that only finds the first input.  It would be useful to be able to 
retrieve all inputs with a particular extension in the following way:

    exec "cat $inputs.txt > $output"

Original issue reported on code.google.com by ssade...@gmail.com on 26 Feb 2012 at 7:03

GoogleCodeExporter commented 9 years ago

Original comment by ssade...@gmail.com on 8 Mar 2012 at 10:53

GoogleCodeExporter commented 9 years ago
0.9.1

Original comment by ssade...@gmail.com on 10 Mar 2012 at 1:16