The ls command

The ls command is used to list files. ``ls'' on its own lists all files in the current directory except for hidden files. ``ls *.tex'' lists only those files ending in ``.tex''. There are a large number of options; here are some of the most useful. Options can be combined (this is a general principle of Unix commands) - for example ``ls -la'' gives a long listing of all files.