On 11/07/2011 12:54 PM, linux guy wrote: > On Mon, Nov 7, 2011 at 11:29 AM, Miner, Jonathan W (US SSA) > <jonathan.w.miner@xxxxxxxxxxxxxx> wrote: > >> Not sure that shell globbing will work here... but you could do something like this in bash: > <snip> > > Thanks for confirming that. I wanted to make sure I wasn't missing > something easy. You might try doing that with a shell sequence operator instead of globbing: ls DSC_{6035..6072}.NEF That's going to blindly generate all the numbers in that sequence without regard to whether all those files actually exist, so you might want to redirect stderr to /dev/null to get rid of the complaints from 'ls'. -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines