Hi Friends,
I am currently Undergoing Course On Testing.I am Planning
To Keep Fake Resume.Can any One tell me the ways to Prepare
i.e, Real Time experience For Manual Testing.
With Regards,
Vikram
Answer / raviabcdefg
this site is for knowledge sharing friend. not for fake
things. use this site as it meant for.
| Is This Answer Correct ? | 12 Yes | 2 No |
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 do scripts work?
Can we run shell script in windows?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order
What are the 4 basics of OOP?
How to redirect both standard output and standard error to the same location?
How do I run a script on mac?
how did u debugging in unix/ linux platform ??( project Related)
What are the additional egrep symbols?
How to include comments in your shell scripts?
What does $@ mean in shell?
write a shell program to check wheather a given string is pallindrome or not?