Multiple choice technology operating systems

Which command would generate the ouput "Today is " eg: If today was 25th oct then the output would be "Today is 101025"

  1. echo "Today is date +%y%m%d"

  2. 1 and 2

  3. echo Today is date +%y%m%d

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer