Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: convolutions



On Nov 7,  1:32am, Bart Schaefer wrote:
}
} -- and you don't even need it there in this case:
} 
} torch% test2 ()
} {
}      echo "$(eval echo "$(cat junk1)")" >! junk2 
}      cat junk2
} }

Although, to be clear, the above isn't really correct either, because
the "eval" is going to remove the quotes around the contents of junk1,
so you can end up actually executing parts of junk1 as code, as Mikael
pointed out.



Messages sorted by: Reverse Date, Date, Thread, Author