What is shell and terminal?
How to check if the previous command was run successfully?
how did u debugging in unix/ linux platform ??( project Related)
How do I open a jshell in cmd?
How do I run a script on mac?
Tell something about the super block in shell scripting?
Can we run shell script in windows?
Calculate a real number calculation directly from the terminal and not any shell script.
Why is used in shell scripting?
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 wc in shell script?
c program to display the information of given file similar to givan by the unix or linux command ls -l
write a program to display all the files from the current directory which are created in particular month