why did you apply to shell
Answers were Sorted based on User's Feedback
Answer / karan
With Shell Being an MNC, the opportunities here are far greater than anywhere else. It promises an avenue for me to grow, depending on my strengths. With shell, i know that whichever area of interest i pursue, i will have more opportunities to choose from in my career here.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sanjay sahu
i think that shell is the top most industry in india,& it
will be matter of great honour for me if i will be apart of
it.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / james galaura
i think there was confusion in this area =)
| Is This Answer Correct ? | 4 Yes | 11 No |
Given a file find the count of lines containing the word "abc".
write a shell script to check the failed jobs?
How to make userdefined variables to available for all other shells?
is this growing field and what is average package in this?
How to get the first line from a file using just the terminal?
What is the syntax of while loop in shell scripting?
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.
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
is there any command to find user password?
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.
What does echo $0 do?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.