In a single command how do you run the previous command in
the command prompt.
Answer Posted / namrata
Using Dot(.)It will execute the last executed command.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I run a shell script on a mac?
How do I open a jshell in cmd?
What are the zombie processes?
How would you compare the strings in a shell script?
How to get the 3rd element/column from each line from a file?
Is shell scripting easy to learn?
What is bash eval?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
Is powershell a bash?
How do I open the shell in cmd?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What are scripts in psychology?
How does path variable work?
What is the best scripting language?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.