How to print all array elements and their respective indexes?
No Answer is Posted For this Question
Be the First to Post Answer
What does $# stand for?
what is this line in the shell script do ?#!/bin/ksh
When you login to a c shell, which script would be run first?
What is a batch file used for?
Write a shell script to get current date, time, user name and current working directory.
Why are shell scripts used?
How can you find out how long the system has been running?
What are script files?
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
What is the difference between a variable and value?
What is shell prompt?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..