KSH File Handling

Hi Im writing a small script right now which reads all of the files in a directory and displays there name. However I dont want to use the ls command. Is there any way of reading the names of the files and printing them to the screen?

Check out the man page on the find command.

This a post that will help you greatly. Look here.