I would like to be able to list all files within a folder which have a certain character as the third character. For each file, I then want to be able to perform an action, maybe delete or move. I've looked at the ls command, with grep/cut options, but I can't see how to get final list that I can then process.
Thanks.