Dired

An Emacs mode for manipulating directories and files.

C-x d to start it, will show a listing of the directory contents. dired-listing-switches to configure the initial listing.

Visiting/Viewing Files

Marking

Basic mark is m, and u to unmark, with a U to unmark everything like a reset.

You can mark a subset of files like:

You use t to invert the marks, so I guess you could use it to select all non-directories by doing a * / t