Social Sciences, asked by shaylaheart3870, 1 year ago

Explain c shell in open source technology

Answers

Answered by shaiksalman580
0
C shell is theUNIXshell(command execution program, often called acommand interpreter) created by Bill Joy at the University of California at Berkeleyas an alternative to UNIX's original shell, theBourne shell. These two UNIX shells,along with theKorn shell, are the three most commonly used shells.
Answered by Anonymous
0
hola there

The C shell is a command processor typically run in a text window, allowing the user to type commands. The C shell can also read commands from a file, called a script. Like all Unix shells, it supports filename wildcarding, piping, here documents, command substitution, variables and control structuresfor condition-testing and iteration. What differentiated the C shell from others, especially in the 1980s, were its interactive features and overall style. Its new features made it easier and faster to use. The overall style of the language looked more like C and was seen as more readable.
Similar questions