Answer Posted / seshadri sethi
sh : the oldest shell
csh
ksh
bash
tcsh
zsh
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the syntax of while loop in shell scripting?
Why is used in shell scripting?
How do I run a shell script on a mac?
What is echo $shell?
What are "c" and "b" permission fields of a file?
Print the 10th line without using tail and head command.
What is a program shell?
How to print all array elements and their respective indexes?
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); }
What is inside a seashell?
What is the best shell scripting language?
What is shell prompt?
What shell is bin sh?
How to get script name inside a script?
What happens on a system call?