With so many files, both rotated and unrotated in the same directory,
it can get a bit messy. The following steps are recommended.
- Make a new directory for the rotated data. For example,
minipage5.54inmkdir brot
- Move the rotated data to the new directory
minipage5.54inmv brot*.seg brot
- Clean up the current directory:
a). remove the list files
minipage5.54inrm -f brot*.lst
b). gzip the unrotated data to save space
minipage5.54ingzip *.seg
- Change to the “brot” directory, since the next steps are executed
on the rotated data.