What is sed in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Can we run shell script in windows?
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.
How to check if the previous command was run successfully?
what do u mean by $#,$* in unix programming?
How do I run a bin bash script?
How many fields are present in a crontab file and what does each field specify?
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
Write a shell program to test whether a given number is even or odd?
Explain about the exit command?
What shell is bin sh?
What is basename in shell script?
How many prompts are available in a UNIX system?