Hide

What's this?

commandlinefu.com is the place to record those command-line gems that you return to again and again.

Delete that bloated snippets file you've been using and share your personal repository with the world. That way others can gain from your CLI wisdom and you from theirs too. All commands can be commented on, discussed and voted up or down.


If you have a new feature suggestion or find a bug, please get in touch via http://commandlinefu.uservoice.com/

Get involved!

You can sign-in using OpenID credentials, or register a traditional username and password.

First-time OpenID users will be automatically assigned a username which can be changed after signing in.

Hide

Stay in the loop…

Follow the Tweets.

Every new command is wrapped in a tweet and posted to Twitter. Following the stream is a great way of staying abreast of the latest commands. For the more discerning, there are Twitter accounts for commands that get a minimum of 3 and 10 votes - that way only the great commands get tweeted.

» http://twitter.com/commandlinefu
» http://twitter.com/commandlinefu3
» http://twitter.com/commandlinefu10

Subscribe to the feeds.

Use your favourite RSS aggregator to stay in touch with the latest commands. There are feeds mirroring the 3 Twitter streams as well as for virtually every other subset (users, tags, functions,…):

Subscribe to the feed for:

Hide

News

2012-05-20 - test
test
2012-05-20 - test
test
2012-05-20 - test
test
2012-05-20 - Test tweets
YU not working?
Hide

Tags

Hide

Functions

Run the last command as root

Terminal - Run the last command as root
su -c "!!"
2012-02-21 15:38:30
User: mesuutt
Functions: su
2
Run the last command as root

If you do not have permission to be root with sudo or sudo program did not install on system, sudo is useless. But this is always work :)

Alternatives

There is 1 alternative - vote for the best!

Terminal - Alternatives
sudo !!
2009-01-26 10:26:48
User: root
775

Useful when you forget to use sudo for a command. "!!" grabs the last run command.

`!!`
2010-11-19 17:40:01
User: strzel_a
4

\$ which python

/usr/bin/python

\$ ll `!!`

lrwxrwxrwx 1 root root 9 2010-11-08 22:01 /usr/bin/python -> python2.6

pfexec !!
sudo !!
2009-02-25 00:52:28
User: silbermm
Functions: sudo
-9

I often forget to type sudo before a command that needs it. This is the quickest way to rerun the command prefixed by sudo.

Know a better way?

If you can do better, submit your command here.

Your point of view

You must be signed in to comment.

Related sites and podcasts