1 2 3 4 5
echo host: `uname -m` `uname -s` `uname -r` fil=/tmp/hostinfo$$ gcc -v 2> $fil tail -1 $fil rm $fil