1 2 3 4 5 6 7 8 9 10
foo() { echo $(<x1) } type foo eval "$(declare -f foo | sed 's:foo:bar:')" type bar