Is shell scripting useful?
No Answer is Posted For this Question
Be the First to Post Answer
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 makes c shell a more preferable option than the bourne shell?
What does it mean to debug a script?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
If you have a string "one two three", which shell command would you use to extract the strings?
How does path variable work?
What is gui scripting?
How do I debug a shell script?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
what is this line in the shell script do ?#!/bin/ksh
Print the 10th line without using tail and head command.
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?