What is @echo off?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of script interpreter in shell scripting?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is c in shell script?
write a shell script to find the largest number from 3 given numbers.
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
Explain about non-login shell files?
How does ls command work?
Explain about gui scripting?
What are the advantages of shell scripting?
What is mac default shell?
What is a shell? · Types of shell · what is shell scripting?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.