What is shell scripting used for?
Answer / Mohammad Muzammil
Shell scripting is used to automate repetitive tasks, manage system processes, handle files and directories, create system-level utilities, configure software, perform data analysis, and much more.
| Is This Answer Correct ? | 0 Yes | 0 No |
why did you apply to shell
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What are the advantages of using shell scripts?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How do I start a shell script?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
How will you find the 99th line of a file using only tail and head command?
Can shell script run on windows?
Which is better perl or shell scripting?
What are script files?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)