Revision: | 1.2 |
Committed: | Fri May 20 07:39:34 2011 UTC (13 years, 11 months ago) by auterman |
Content type: | application/x-sh |
Branch: | MAIN |
CVS Tags: | JHEP2010, HEAD |
Changes since 1.1: | +4 -1 lines |
Log Message: | post CWR comments |
# | User | Rev | Content |
---|---|---|---|
1 | auterman | 1.1 | #!/bin/bash |
2 | for i in `ls -d limits_*` | ||
3 | do | ||
4 | echo $i | ||
5 | auterman | 1.2 | #ls $i/mSUGRA* > $i/filelist.txt |
6 | ls $i/mSUGRA_*_*_3_*_1_0.dat > $i/filelist_tb3.txt | ||
7 | ls $i/mSUGRA_*_*_10_*_1_0.dat > $i/filelist_tb10.txt | ||
8 | ls $i/mSUGRA_*_*_50_*_1_0.dat > $i/filelist_tb50.txt | ||
9 | auterman | 1.1 | done |