Print the 10th line without using tail and head command.
No Answer is Posted For this Question
Be the First to Post Answer
What is bash coding?
Why do we write bin bash in shell scripts?
If you have a string "one two three", which shell command would you use to extract the strings?
What is bash eval?
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 meant by $1 in shell script?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the basic difference you find between a shell script and perl?
In shell scripting if text is surrounded by single quotes what does it denotes?
What are the Different types of shells?
What is the significance of $#?
What is the use of "$#" in shell scripting?