Help with a Bash script

Bruce Korb bkorb at gnu.org
Fri Apr 9 15:18:02 UTC 2010


> Had you considered avoiding the intermediate file altogether and going:
>
>  sed ... | other changes ... | sh

eval "$(sed ... | whatever)"


More information about the users mailing list