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 |
What are the different types of commonly used shells on a typical linux system?
What is bash eval?
Is powershell a bash?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
how to create purchase order
What is the crontab?
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.
Explain about sourcing commands?
How do you read arguments in a shell program - $1, $2 ..?
What are the different commands available to check the disk usage?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
What are filters explain sort with all the options available?