NAME
	ls - list files in a directory

SYNOPSIS
	ls [-lsc] [path]

DESCRIPTION
	The current options are:

	l	long listing. gives most info of the file.
	s	show file sizes
	c #	the screen is # characters wide

	The directories are appended with / and loaded files with *.

SEE ALSO
	cd(1), more(1), cat(1), tail(1)
