Command that sets the arguments of the current process to the output of a given other Bash Expression.
set `date`
echo "date is $2 $3 $6"Command that sets the arguments of the current process to the output of a given other Bash Expression.
set `date`
echo "date is $2 $3 $6"