Linux - Ubuntu 16.4:

By using 'find' or 'locate' find all files that names are made out of only one letter, numer or other sign.

Example: 1, a, G, z
Not: File.exe, Ab, SyS

What comman do I have to use?

Respuesta :

I believe you have to install locate with "sudo apt-get install locate" and type "locate 'filename'"