this post was submitted on 21 Sep 2024
99 points (98.1% liked)

Asklemmy

43404 readers
1384 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 30 points 8 hours ago (1 children)

sudo !! to rerun last command as sudo.

history can be paired with !5 to run the fifth command listed in history.

[โ€“] [email protected] 3 points 7 hours ago (1 children)

Fifth as in fifth most recent command or fifth oldest?

[โ€“] [email protected] 5 points 6 hours ago* (last edited 6 hours ago)

I believe it's the fifth oldest - I think !-5 will get you the fifth impost recent, but I was shown that and haven't put it into practice.

The most common usecase I do is something like history | grep docker to find docker commands I've ran, then use ! followed by the number associated with the command I want to run in history.