Can you write a script to portray how set –x works?
No Answer is Posted For this Question
Be the First to Post Answer
If one dont know how to create a script then how he/she can use the QTP?
When you login to a c shell, which script would be run first?
write a shell script to find the largest number from 3 given numbers.
Write down the syntax of "for " loop
how to search for vowels a,e,i,o,u appearing in the same sequence in a file
What is scripting autism?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
In shell scripting if text is surrounded by single quotes what does it denotes?
Is powershell a bash?
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 do I run a script on mac?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?