* Bernd Petrovitsch <[email protected]> [20.03.2013 14:06]:
> ACK - and for that reason, I didn't mention it. Or - to avoid the
> fork()+exec() - play around with "s=0; while read l; do s="$s $l"; done
> < $file && eval $s" (which propably needs quoting ...) or the like ....

8-)

i really like the

command . "$file" || errorhandler

which seems portable enough to be used in all my scripts.

bye, bastian
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to