Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create an exact duplicate of a CD from the command line' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create an exact duplicate of a CD from the command line
Authored by: sjk on Feb 11, '04 06:11:41PM
Or run a (t)csh command loop like:

while (1)
ls -l /path/to/image_file.iso
sleep 5
end

... to display the file's size as it grows.

[ Reply to This | # ]