What is the use of "$#" in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
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.
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
How to print the first array element?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
Why are shell scripts used?
Write a shell script to check whether a number is Armstrong number or not?
What are the advantages of shell scripting?
What are the advantages of bash over all other shells?
What does egrep mean?
What shell is bin sh?
How are shells born?
What is the use of a shebang line?