What is shell and terminal?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

How to check if the previous command was run successfully?

0 Answers  


how did u debugging in unix/ linux platform ??( project Related)

2 Answers   Symphony,


How do I open a jshell in cmd?

0 Answers  


How do I run a script on mac?

0 Answers  


Tell something about the super block in shell scripting?

0 Answers  


Can we run shell script in windows?

0 Answers  


Calculate a real number calculation directly from the terminal and not any shell script.

0 Answers  


Why is used in shell scripting?

0 Answers  


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); }

0 Answers   Wipro,


What is wc in shell script?

0 Answers  


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

0 Answers   IBM,


write a program to display all the files from the current directory which are created in particular month

6 Answers  


Categories