Explain how you Automate your application using Shell
scripting.
No Answer is Posted For this Question
Be the First to Post Answer
What happens when you type ls?
What are the different types of shell scripting?
What is shell terminal?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
How to redirect both standard output and standard error to the same location?
How do I run a powershell script?
Write a shell program to test whether a given number is even or odd?
How can I set the default rwx permission to all users on every file which is created in the current shell?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
If one dont know how to create a script then how he/she can use the QTP?
How do I run a .sh file?