In shell, the asterisk (*) is a wildcard that expands to all files in the current directory. When used with echo, it displays all filenames separated by spaces. 'll' is an alias for ls -l (not universal), 'list' is not a standard command, and 'cd' changes directories. The echo * trick is a quick way to list files.