What are filters explain sort with all the options available?
No Answer is Posted For this Question
Be the First to Post Answer
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
Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.
I want to connect to a remote server and execute some commands, how can I achieve this?
Write a shell script to check whether a number is Armstrong number or not?
What is the use of "$#" in shell scripting?
What does $@ mean in shell?
How do I open the shell prompt?
What is console line?
what is tickets $ what low,medium,high priorite pls define time also
How do you read arguments in a shell program - $1, $2 ..?
What is Path variable?What is its use?
How would you replace the n character in a file with some xyz?