What is basename in shell script?
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 is the lifespan of a variable inside a shell script?
Is shell a part of kernel?
What is the fastest scripting language?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is scripting used for?
What are the three main forms of enabling debugging in a shell script?
What is a scripting language simple definition?
write a shell script to find the largest number from 3 given numbers.
Print the 10th line without using tail and head command.
What are the 4 basics of OOP?
What is the use of "shift" command in passing parameters?