What is a boot block?
Given a file find the count of lines containing the word "abc".
Give some situations where typing error can destroy a program?
How can we find the process name from its process id?
What does .sh file contain?
What is the conditional statement in shell scripting?
How do I run a script on mac?
What makes c shell a more preferable option than the bourne shell?
What is shell company all about?
What is the meaning of $1 in shell script?
What is the difference between break and continue commands?
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 another name for a bash shell script that you might see?