Under FreeBSD and other unix-like OSes, the equivalent command is ls.
ls is best combined with grep if you plan on doing any filtering.
Windows:
dir *.txt
Unix:
ls | grep .txt
dir boogy*.*
ls | grep boogy