How does shell scripting work?
No Answer is Posted For this Question
Be the First to Post Answer
Is shell script a programming language?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
How will you emulate wc –l using awk?
What is the first line in a shell script?
How do you schedule a command to run at 4:00 every morning?
How to find all the files modified in less than 3 days and save the record in a text file?
How to customise the other shell?
What are the different variables present in linux shell?
What is the difference between a variable and value?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
What are environment variables?
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.