#!/bin/sh for i in `ls /home/cpfong`; do printf "%s\n" $i done