In a single command how do you run the previous command in
the command prompt.

Answer Posted / kalaivani

type "r". It will execute the last executed command

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how will you find the total disk space used by a specific user?

777


What is the default shell of solaris?

765


How to write a function?

795


What is shell scripting?

773


How to set an array in linux?

791


What is an inode block?

797


What is path in shell script?

804


Why is the use of shell script?

740


What is console line?

740


What is the difference between break and continue commands?

779


How can you get the value of pi till a 100 decimal places?

741


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

2137


Where are cowrie shells found?

759


Suppose you execute a command using exec, what will be the status of your current process in the shell?

807


Is shell a part of kernel?

754