You are viewing a single thread.
View all comments
20 points

Upvote for “sudo !!” No one ever seems to know about “!!” And it’s such a useful command.

I personally found out about it when I wrote a bash script that contained a password with two exclamation marks and I wondered why the last command kept being concatenated to the end of the password.

Also checkout thefuck for fixing other various typos

permalink
report
reply
4 points

I’d like to know more about !!

permalink
report
parent
reply
8 points
*

It just expands into the last command you put in your shell, so it’s useful for retrying a command that you want to prepend with sudo for example, if you realize you needed elevated privileges, or maybe you want to pipe something in it, pipe it through something, redirect its output etc.

permalink
report
parent
reply
5 points

Brilliant – I’ve needed this so many times. Thanks for the explanation

permalink
report
parent
reply
1 point
*

My install of Endeavour doesn’t have it, and I haven’t been able to figure out what package to install to add it. Also haven’t tried very hard cause it’s just a minor convenience but if anyone knows …

Oooh it’s cause I’m using fish isn’t it? Is there a way to add it?

permalink
report
parent
reply
4 points

Had to check since this is something I’ve been wondering myself, but apparently not possible. From the fish FAQ:

Because history substitution is an awkward interface that was invented before interactive line editing was even possible. Instead of adding this pseudo-syntax, fish opts for nice history searching and recall features. Switching requires a small change of habits: if you want to modify an old line/word, first recall it, then edit.

However, for the use case here, with sudo:

As a special case, most of the time history substitution is used as sudo !!. In that case just press Alt+S, and it will recall your last commandline with sudo prefixed (or toggle a sudo prefix on the current commandline if there is anything).

permalink
report
parent
reply
2 points

Oh sick! Thank you!

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.5K

    Monthly active users

  • 1.2K

    Posts

  • 66K

    Comments