2 lines
99 B
Bash
2 lines
99 B
Bash
for i in `ls ../snapshots/*/*.json`; do python scripts/extract_uuid.py $i; done > system_uuids.csv
|