What happens on a system call?
No Answer is Posted For this Question
Be the First to Post Answer
What is a shell script? Can you name some of its advantages?
What can scripts do?
How do I run a bin bash script?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
How will you find the 99th line of a file using only tail and head command?
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
What does $$ mean in shell script?
If one dont know how to create a script then how he/she can use the QTP?
Is powershell a language?
How important is shell scripting?
What is the syntax of "nested if statement" in shell scripting?
Write a command sequence to find the count of each word?