In message <200307281737.48708.leon at brooks.fdns.net> on Mon, Jul 28, 2003 at 05:37:48PM +0800, Leon Brooks wrote: > Or better still, from a BASH perspective: $(cat file_w_list) > > This is bash-specific but much easier to read and also nestable. How about $(<file_w_list), or is that zsh-specific?