To execute a command in a script
See also: Script Execution
You can execute an expression inside an input with $(expression). See Subshell
echo $(date +"%Y%m%d")
20161027
Xargs execute commands from standard input.
See also: