source:
tools/pytools/rundiskreport.py
@
1507
Last change on this file since 1507 was 26, checked in by ole, 20 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | #!/bin/env python |
2 | |
3 | |
4 | import os |
5 | |
6 | basedir = '/export/cit/' |
7 | for d in range(1,8): |
8 | cmd = 'python diskreport.py %s%d/cit > stat%d.txt' %(basedir, d, d) |
9 | print cmd |
10 | os.system(cmd) |
11 |
Note: See TracBrowser
for help on using the repository browser.