list all the files in a directory without the directory in linux

Shell
find /path/to/uploads -maxdepth 1 -type f -not -name 't_*'

Source

Also in Shell: