Print commands and their arguments when execute (e.g. echo expr 10 + 20 )

set -x; echo `expr 10 + 20 `
click the source code to copy