How does path variable work?
No Answer is Posted For this Question
Be the First to Post Answer
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.
When should shell programming/scripting not be used?
What are the advantages of bash over all other shells?
How to check if the previous command was run successfully?
How to initialize a directory size to a variable??
How do you read arguments in a shell program - $1, $2 ..?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What is Path variable?What is its use?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How to include comments in your shell scripts?
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
Why is a script important?