Slashdot Mirror


PLAYterm: a New Way To Improve Command Line Skills

chrb writes "Linux Journal points out PLAYterm, an interesting project that offers up recordings of Linux command line sessions, with the aim of helping viewers to improve their skills by watching gurus at work." And there's no bad excuse to link to Neal Stephenson's excellent (and free-to-download in delicious zipped-text form) In the Beginning was the Command Line.

1 of 162 comments (clear)

  1. Re:CLI fetish by martin-boundary · · Score: 5, Interesting
    bash is a lot more powerful than python or perl, for small and medium complexity tasks. It is certainly better at interactive uses, and it is much better at piping than either of those languages.

    Use python or perl for complex tasks by all means, but they are a poor substitute for what the shell is good for.