What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Is it possible to substitute "ls" command in the place of "echo" command?
What is the basic difference you find between a shell script and perl?
What is a scripting language simple definition?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
c program to check whether all the directories in the path exists has read and write permission
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
how can you execute the shell scripts?
What is the command to find out today's date?
How can you get the value of pi till a 100 decimal places?
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example