Jeff wrote: > for this: gcc --version | awk '{print $3}' no need for awk: gcc -dumpversion bye, Da.Ta