On Tuesday 04 August 2009 17:06:56 Jay Hall wrote: > I am sure this is something I am doing that is obviously wrong, but I > cannot figure it out. > > I am reading a list of directories from a file, and then listing all > of the files in the directory to a file. > > Here is the code. > > #!/usr/local/bin/bash > cat ${FILELIST} | while read LINE > do [ -z "${LINE}" ] && continue > echo ${LINE} > `find ${LINE} -type f >> ${TMPFILE}` > done > > Here is the output. > /usr/home/windowsaccess > ^^^^ empty line
-- Mel _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"