Why we are writting shell scripts?
Plz if possible explain it briefly.

Answer Posted / sri

Can any one explain Automation using Shell script

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are filters explain sort with all the options available?

939


how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com

2109


What are script files?

555


c program to display the information of given file similar to givan by the unix or linux command ls -l

1699


What is option in shell script?

561






How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

1859


What is a scripting language simple definition?

562


What can you do with powershell?

613


How to print all array elements and their respective indexes?

512


What is echo $shell?

628


What is bash eval?

551


What lives in a shell?

543


how to get part of string variable with echo command only?

593


Is powershell a bash?

590


What does the sh command do?

610