For example, how can I replicate
ls *.txt
when my text files are missing the .txt ending, and as far as extensions go appear the same as many other types of file?
Alternatively, is it possible to list specifically just the files which have NO file extension? (This happens to be equivalent)
Thanks!
