Explain about sourcing commands?
Answer / Nirpender Kumar
Sourcing a command in shell scripting means executing a shell script or function stored in another file within the current shell environment. This can be done by using 'source' or '.' (dot) command.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 is a boot block?
What is awk in shell scripting?
Explain how you Automate your application using Shell scripting.
What is use of "cut" command?
What are the three main forms of enabling debugging in a shell script?
how to read systems current date and time
What is a scripting language simple definition?
Explain about the exit command?
What exactly is a shell?
What is web script?
How do I run a .sh file?