[lug] Displaying a list of files

Rob Nagler nagler at bivio.biz
Thu Dec 12 11:17:40 MST 2002


Jeff Schroeder writes:
> echo $list | sed s/" "/"^M"/g

Try:

    perl -e 'print(join("\n", @ARGV), "\n")' $list

Rob





More information about the LUG mailing list