What are the Different types of shells?

Answer Posted / guest

ksh
sh
csh
tcsh

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I read a .sh file?

532


Explain about the exit command?

570


What is the default ubuntu terminal?

624


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

1853


What is bash coding?

497






Why is it called a shell?

507


What is difference between bash and shell?

554


How to check if a directory exists?

557


How are shells born?

557


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

569


What is the use of echo in shell script?

543


How to find all the files modified in less than 3 days and save the record in a text file?

612


Which shell is the best?

574


What are the different variables present in linux shell?

612


Why do we use shell scripting?

552