Hacker News new | ask | show | jobs
by gmazza 3567 days ago
Atl-. will cycle through the n-th argument, which is not the same as repeating entire last command with all arguments as up-arrow or !! do:

  $ yum install bash-completion
  Error: This command has to be run under the root user.
  $ sudo <Alt-.>
  $ sudo bash-completion
1 comments

good point, so not equivalent after all