If one dont know how to create a script then how he/she can
use the QTP?
Answer / p
use record/playback feature but won't be able to go too far
with it
| Is This Answer Correct ? | 0 Yes | 0 No |
How to debug the problems encountered in the shell script/program?
What is bash command used for?
Given a file find the count of lines containing the word "abc".
How will I insert a line "abcdef" at every 100th line of a file?
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
Write a shell script to get current date, time, user name and current working directory.
What is the use of a shebang line?
Write a shell script to looking at the log file to see if the test has passed or not
How will you list only the empty lines in a file (using grep)?
what is "umask"?
How do I run a script on mac?
Why is it called a shell?