ls -1
Using the -1 argument to ls will list just file names one per line. Can be useful alone or in pipes to other commands. If I had a dollar for each time I saw someone use ls -l piped to awk to get the same output you get from ls -1. I know this is rather simple but I thought it might be useful