Severity: Notice
Message: Memcache::connect(): Server localhost (tcp 11211, udp 0) failed with: Connection refused (111)
Filename: libraries/Cache.php
Line Number: 83
Severity: Warning
Message: Memcache::connect(): Can't connect to localhost:11211, Connection refused (111)
Filename: libraries/Cache.php
Line Number: 83
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/
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.
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
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:
Computes total size of files in a directory. This value is different "du -b" because doesn't includes directory sizes.
I can't put the last ^2 with seq, so I reverse it to delete the last +N. So for doing sum(N^2) you have to do sum((N+1)^2). Must be a better way.
In the file data.txt there is a single column of numbers. Sed adds a "+" between lines and xargs prepares the output for bc. The "echo 0" is to avoid to have a "+" at the beginning of the line.
Loads file content on clipboard. Very useful when text selection size is higher than console size.
Returns logs between HH:M[Mx-My], for example, between 13:40 and 13:45.
Uses date to grep de logfile for today and uses it to get the last hour logs. Can be used to get last minute logs or today's logs.
count the times a domain appears on a file which lines are URLs in the form http://domain/resource.
Extracts ip addressess from file using sed. Uses a tag(ip) to grep the IP lines after extracting. Must be a way to just output regex matched on sed.
This way you keep the file compressed saving disk space.
Other way less optimal using named pipes:
mysql -uroot -p'passwd' database <