Explain about gui scripting?
No Answer is Posted For this Question
Be the First to Post Answer
What can scripts do?
Where is bash history?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is MUTEX?
What are the different kinds of loops available in shell script?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
I have 2 files and I want to print the records which are common to both.
What is shell application?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
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.
What is scripting autism?
How will you copy a file from one machine to other?