determine the output of the following command: echo ${new:-variable}
No Answer is Posted For this Question
Be the First to Post Answer
How to add some content in any file at some desired location without using VI or some other editor in UNIX
What is MUTEX?
What does path stand for?
What happens on a system call?
What is the fastest scripting language?
What is the use of .sh file?
How will you list only the empty lines in a file (using grep)?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is the first line in a shell script?
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 are types of shells?
What is sh in shell script?