128k views
1 vote
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?

User Jchu
by
7.0k points

1 Answer

2 votes

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

User Yura Bysaha
by
6.7k points