Answers

Question and Answer:

  Home  Linux Bash Arithmetic Expressions

⟩ Which command is used to re-execute the previous command? a) !! b) !cat c) !3 d) !$

a) !!

Explanation:'!cat' will re-execute the last cat command, '!3′ will re-execute the third last command and '!$' will execute the last argument of previous command.

 175 views

More Questions for you: