Multiple choice technology operating systems

Which among the following is not a shell type

  1. c shell

  2. korn shell

  3. bourne shell

  4. awk shell

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

awk is not a shell - it's a text processing program/utility that can be called from shells. The major shell types are c shell (csh), korn shell (ksh), and bourne shell (sh/bash). 'awk shell' (option D) doesn't exist as a shell type - awk is a tool used within shells, not a shell itself.