r
r copied to clipboard
r -h causes last command to run
If you run a command with r
then use a flag to print say help r -h
. The last command is executed. This shouldn't happen.
Ex.
> ls -Glah -all
> r
(Select ls -Glah -all)
> r -h