$ () vs `` BASH

$() or `` is called command subsitution

They are the same. Command subsitution allows the output of a command to 
replace the command identifier.
GitPaulo