Which command would generate the ouput "Today is " eg: If today was 25th oct then the output would be "Today is 101025"
echo "Today is date +%y%m%d"
date +%y%m%d
1 and 2
echo Today is date +%y%m%d
None