What is the best shell scripting language?
What is $1 in shell scripting?
How will you list only the empty lines in a file (using grep)?
How do I run a shell script in powershell?
How do I open the shell prompt?
If one dont know how to create a script then how he/she can use the QTP?
how will you find the total disk space used by a specific user?
What is sh in shell script?
How to find all the files modified in less than 3 days and save the record in a text file?
What is the use of "$?" Sign in shell script?
What is mac default shell?
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.
How to pass an argument to a script?