Write down the syntax of "for " loop
No Answer is Posted For this Question
Be the First to Post Answer
Why are there shells on the beach?
What does $# stand for?
is there any command to find user password?
How to debug the problems encountered in the shell script/program?
What does echo $0 do?
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.
What is @echo off?
Print the 10th line without using tail and head command.
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What is the use of "shift" command in passing parameters?
how to get part of string variable with echo command only?
How will you print the login names of all users on a system?