What is path in shell script?
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
What are the different types of variables used in shell script?
What is mac default shell?
How do you create a shortcut in linux?
What is a scripting language simple definition?
What is the use of a shebang line?
How to print the first array element?
What is awk in shell script?
What language is bash written in?
What is the syntax of while loop in shell scripting?
What is in a script?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.