List all files that have letter e as nth character in their name – Linux – Ubuntu
I want to list all the files having e as the nth character in their name in the current directory. I tried this, but it's not working: find -regextype posix-egrep -regex '^./[e]{5}.txt$'