Dan Nicholson wrote:
This resulted in the command being echo'd back. I believe what you meant was cmd1=`This is command 1` cmd2=`This is command 2` time{ echo $cmd1 && echo $cmd2; }That is what I was looking for. Thanks.
Well, actually I meant to use the echos as I was trying to provide a working example - anything inside the `s is what's going to be run - but I can see how it would have looked like you should have included the echos in a normal command.
cmd1=`./configure --blah --blah` I think you figured it out... ;) -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
