> > > > File sytem formatted. > 0 files found. > > /Disk.java 2588 > > > echo *** a and b should have the same length > /Disk.java 2588 /a 2588 /b 2588 > > echo *** a should have twice the length > /Disk.java 2588 /a 5176 /b 2588 > > > echo *** a should have three times the length > /Disk.java 2588 /a 7764 /b 2588 /c 2588 > > > echo *** a should have four times the length > /Disk.java 2588 /a 10352 /b 2588 /c 2588 /d 2588 > > > echo *** a should have five times the length > /Disk.java 2588 /a 12940 /b 2588 /c 2588 /d 2588 /e 2588 > > echo *** checking disk *** > Congrats: Disk seems clean!! >