[Swift-user] Directory mappers

Allan Espinosa aespinosa at cs.uchicago.edu
Fri Feb 26 15:51:25 CST 2010


Hi Mark,

For most of my complex input output data specifications, I always use the
ext_mapper since I can always make a script to specify what kind of data i want.
a typical example script would be

#!/bin/bash

n=35
for i in `seq 0 $n`; do
  [$i] expt$i/data.txt
done

-Allan


On Fri, Feb 26, 2010 at 02:31:30PM -0600, Mark Maienschein-Cline wrote:
> Hi,
> I have a large number of data directories, each with a specific file I would
> need to run analysis on. For example, I have directories expt1/, expt2/,
> expt3/, ..., and the files I need to map are in "expt1/output/data.txt" (and
> the same for the other experiments). The file name is always the same, but the
> directory changes. Is there a mapper that can get all of the "data.txt" files
> for me?
> 
> 
> Thanks,
> Mark_______________________________________________



More information about the Swift-user mailing list