snibgo wrote:I think the [a-b] expansion is by ImageMagick. It would be useful if it worked for multi-digit numbers. Perhaps it is supposed to, but has a bug.
In bash, we can use {a..b}, eg:Code: Select all
convert fr_{7..11}.png +write info: f.tiff
Nice!! Thanks a lot!