> > How can I sort these filenames & keep them in the correct order ? > > Something like ls *.tif |sort -k3n -t'_' . Yes, Perfect ! Thanks :)