Sample USAGE: f = open(os.path.join(__location__, 'bundled-resource.jpg'));
Revision: HEAD
vs. map(unicodedata.name, u'\u2022') Show Sample Output
zsh has a powerful correction mechanism. If you type a command in the wrong way it suggests corrections. What happend here is that dir is an unknown command and zsh suggests gdir, while maybe ls was what you wanted. If you want to execute gdir hit y (yes) If you want to try to execute dir anyway hit n (no) If you want to execute completely different spelt command like ls hit a (abort) and type your command If you want to execute a similar spelt commant like udir hit e (edit) and edit your command. Show Sample Output
g clone --local --bare . /repo.git g remote add alias /repo.git g push alias branch g log -p filename g checkout SHA1_rev g reset --hard g checkout -b new_branch g ls-files --deleted Show Sample Output
`-r script.m` also possible
credit to tumblr engineering blog @ http://engineering.tumblr.com/ Show Sample Output
Trac 0.12.2-stable Show Sample Output
tutorial @ http://www.regular-expressions.info/lookaround.html also see @ http://stackoverflow.com/questions/5080988/how-to-extract-string-following-a-pattern-with-grep-regex-or-perl for tip: `grep -Po 'name="\K.*?(?=")' file.txt` Show Sample Output
to find occurances of expr1 OR expr2
possible options: * Varnish * Squid in reverse proxy mode * Django's cache framework * rack-cache * or CDN, like Akamai
commandlinefu.com is the place to record those command-line gems that you return to again and again. 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.
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: