Multiple choice technology operating systems Which command will display a calendar? ls cat grep cal Reveal answer Fill a bubble to check yourself D Correct answer Explanation The cal command displays a calendar in Unix/Linux systems. ls lists directory contents, cat shows file contents, and grep searches for text patterns. Only cal is designed for calendar display.