what is the difference between writing code in shell and
editor?
Answer Posted / guest
If we write code in shell it is called we are using the
shell as interractive mode.
It is inconvenient to write complex code(means entering
complex or compound commands to execute by seperating
with ";" semicolon)
For our convenient and also to frame a new functionality by
using different commands we use non interactive mode of
shell that is we type code in a editor and we execute that.
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How to check if a directory exists?
What is the use of "$#" in shell scripting?
What language is bash?
How do I run a .sh file?
Is shell scripting useful?
State the advantages of shell scripting?
What is the default ubuntu terminal?
What is shell company all about?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Calculate a real number calculation directly from the terminal and not any shell script.
Is shell and terminal the same?
What is c in shell script?
What are script files?
What are zombie processes?