[BangPypers] Command line goodies

Noufal Ibrahim noufal at gmail.com
Wed Mar 25 12:49:02 CET 2009


I found this via. hacker news.
http://commandlinefu.com/

It's a repository of command line tricks.

I found a python one
python -m SimpleHTTPServer

which serves the current directory on port 8000

I've not really seen many python one liners. The language culture and
the indentation requirement discourage that kind of thing I imagine.


-- 
~noufal


More information about the BangPypers mailing list