Suppose you execute a command using exec, what will be the status of your current process in the shell?
No Answer is Posted For this Question
Be the First to Post Answer
How to print all the arguments provided to the script?
What is the purpose of scripting?
How do I run a .sh file?
wats the she bang statment with syntax?
What is the use of .sh file?
Is shell script a programming language?
What are types of shells?
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.
What are the zombie processes?
What is shift command in shell script?
what is this line in the shell script do ?#!/bin/ksh
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt