source: tools/pytools/rundiskreport.py @ 1507

Last change on this file since 1507 was 26, checked in by ole, 20 years ago

Disk stats for unix (perlite@GA)

File size: 183 bytes
Line 
1#!/bin/env python
2
3
4import os
5
6basedir = '/export/cit/'
7for 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.