Which among the following is not a shell type
-
c shell
-
korn shell
-
bourne shell
-
awk shell
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.