I am using Ubuntu to copy files contained within more than a hundred CD’s to a single hard drive. When a CD’s contents has finished copying to the hard drive, I receive no indication that it is done. I would like to create shell script that does the following:
- Prompt me for a name to give a new folder
- Create the folder on the destination hard drive
- Copy the contents of CD currently in the cd drive to the new folder
- Notify me when the copy operation is complete
I’ve installed libnotify onto my computer, but I’m open to using other means of notification.
1 Answer