Jak uniknąć plików podczas tworzenia listy

ls -ltr * | grep -v txt | grep -v dat
something like
use grep -v to avoid
Hutch Polecat