Linux CLI - Linux Basics and Terminal
What will the following command output?
echo "Today is $(date +%A)"
echo "Today is $(date +%A)"
$(command) runs the command and inserts its output into the string.date +%A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions