Expand is used to list files in the current directory, that match a regular expression (simple one). The regular expression may contain "*" for unspecified number of unspecified characters, "?" for a single unspecified character or the characters to match themself.
Exanples:
expand *.txt - list all files ending in .txt
expand *tmp* - list all files with tmp in their name