That's true, and it would be neater to have the same modification date
on both ogg and flac.  So your script then checks for the *same*
date/time - not earlier, not later?  

It seems like the touch command is the way to set the file times in my
script:

Code:
--------------------
    touch -r somefile.flac somefile.ogg
--------------------


Not sure yet how to check for *equal* times.  I read that '-nt' is true
when the first file is newer than the second, or when the first file
exists and the second doesn't (and in either case I'd want to recreate
the ogg file), but I also read that it's true when the times match (in
which case I would not want to recreate the ogg).  I need to do some
tests of -nt and -ot to see which combination would work for me.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110496

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/ripping

Reply via email to