What is a shell? · Types of shell · what is shell scripting?
Answer / Mohammad Shabbar Ali
A Shell is a user interface for interacting with an operating system. Types of Shells include Bourne Shell (sh), Bourne Again Shell (bash), C Shell (csh), Korn Shell (ksh), and TENEX C Shell (tcsh). Shell Scripting refers to the practice of writing scripts to automate tasks in a Unix-like operating system.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a shell environment?
How do we delete all blank lines in a file?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
How do you schedule a command to run at 4:00 every morning?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
What is in a script?
What does chmod do?
How do I edit a .sh file?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What is the use of "test" command?
Explain about the slow execution speed of shells?