Is there any difference between using a=$(command) and a=`command` ? I tried a simple example of kver=$(uname -r) and kver=`uname -r` and found they are the same but I am not sure if there is something that I do not know. Thanks, Vu