I have 2 files and I want to print the records which are common to both.
No Answer is Posted For this Question
Be the First to Post Answer
What are the additional egrep symbols?
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.
State the advantages of shell scripting?
Write a script to print the first 10 elements of fibonacci series.
What is awk script?
Tell something about the super block in shell scripting?
What is shell prompt?
What are scripts in psychology?
Is shell scripting easy to learn?
How to debug the problems encountered in the shell script/program?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
what is "umask"?