Just put your command into parenthesis like this:
echo $(ls)
You can also have text before the command
echo "The date is $(date)"
For Example
echo "Enter Text Here $(Command Here)"
Just put your command into parenthesis like this:
echo $(ls)
You can also have text before the command
echo "The date is $(date)"
For Example
echo "Enter Text Here $(Command Here)"