What is .sh file in mac?
No Answer is Posted For this Question
Be the First to Post Answer
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
What language is bash written in?
What are the different communication commands available in the shell?
How do we delete all blank lines in a file?
What is a shell script in windows?
Which scripting language is best for automation?
What is the first line in every perl script called?
Is shell scripting difficult?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
What are the advantages of shell script?
Why are shell scripts used?
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.