In which variable prompt value is stored?
Answers were Sorted based on User's Feedback
how to read systems current date and time
Why is shell scripting important?
What is the meaning of $1 in shell script?
Which scripting language is best for automation?
How will you copy a file from one machine to other?
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What is k shell?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
What is the use of "$#" in shell scripting?
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.
Print the 10th line without using tail and head command.
What is option in shell script?