List file range with UNIX wildcards
You can use brace expansion:
ls mjk00{25..50}.fits
Leading zeros can be included if necessary:
ls mjk0{000..149}.fits
You can use brace expansion:
ls mjk00{25..50}.fits
Leading zeros can be included if necessary:
ls mjk0{000..149}.fits