Making backups to CD/DVD/BD on Linux
Download and install scdbackup (an excellent tool made by Thomas Schmitt)
Download and install scdbackup (an excellent tool made by Thomas Schmitt)
for i in `ls -lrt | grep “Oct” | awk ‘{print $9}’`; do mv $i destFolder/; done