source:
tools/pytools/rundiskreport.py
@
2017
Last change on this file since 2017 was 26, checked in by , 20 years ago | |
---|---|
File size: 183 bytes |
Rev | Line | |
---|---|---|
[26] | 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.