How can the contents of a file inside jar be read without extracting in a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Why is a script important?
What is sh in shell script?
What is bash shell command?
What are the various stages of a linux process it passes through?
Hi All, Is it possible to create one file name only space or space in file name in UNIX and we can able to run that on Unix?
whta is the use of "exec" command?
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 is the lifespan of a variable inside a shell script?
what is the difference between writing code in shell and editor?
What are the different shells available?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What is the meaning of $1 in shell script?