For example, if my directory contains files a, b, c, c1, c2, c3, c4, d, e, f, g
Is there a command something like the following pseudo code
ls -filename>"c2"
that would only list files c3, c4, d, e, f
EDIT: Modified question to address a more general case