Quote:
Originally Posted by FizzyWater
Thanks, joblack. Since I don't have a Mac and wouldn't know a "regular expression" (except maybe "Hello, how are you?"  ), I'm probably fine with 4.1.
|
The old ainept script doesn't distinguish between files and directories. If you have a directory which is called something.epub the old script will stop.
Anyway, as I haven't written the improvements I cannot say if there are other improvements I can't see on the first glimpse.
Well, regular expressions (RE) are something different. One of them is 'ls *.epub' (or to be more precise only the '*' is a RE - > example for Mac/Linux) - in that case you want to see all files (and directories) with the epub extension.