[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sorting iv files by size
- To: Building Model Generation Group <bmg@graphics.lcs.mit.edu>
- Subject: sorting iv files by size
- From: Seth Teller <teller@lcs.mit.edu>
- Date: Mon, 10 Jun 2002 15:03:57 -0400
- Organization: MIT Computer Graphics Group
- Sender: seth
for debugging purposes, it can be useful to
validate iv files in order from small to
large, i.e., using
% cd /scratch/willtor_extrude_MIT/willtor_new_run/test_run2/
% ls -l */3D.iv | sort -n +5 > /tmp/foo
then the file /tmp/foo has smallest files first.