What is a batch file used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is $1 in shell scripting?
Why is the use of shell script?
What is @echo off?
How to check if the previous command was run successfully?
How to include comments in your shell scripts?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What is a shell environment?
How to debug the problems encountered in the shell script/program?
What is shell terminal?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
What is the difference between break and continue commands?
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.