On 6/9/17 12:36 PM, L A Walsh wrote: > Greg Wooledge wrote: >> I don't know what you mean. A function is not a name=value pair. > The name is the name of the function, the value is > what the function does. > declare -f hw='() { echo "Hello World\n"; }'
No. The world does not need another way to declare shell functions. If you want something like that to work, there are ways you can make it work using shell variables and `eval'. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/