How do we create command aliases in a shell?
No Answer is Posted For this Question
Be the First to Post Answer
What is the first line in every perl script called?
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
What is the need of including script interpreter in your shell script?
What is scripting autism?
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.
What is sed in shell script?
What is shell environment?
How will you copy a file from one machine to other?
When you login to a c shell, which script would be run first?
What are scripts in psychology?
What are the different kinds of loops available in shell script?
What is option in shell script?