Slashdot Mirror


User: mousetrap

mousetrap's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:the best combo IMHO on Teaching Linux/Unix Basics to Microsoft Junkies? · · Score: 1

    "cat [file] | grep [regex]" can be a useful teaching tool because you can first show the STDOUT spew from cat, then show them the output can be piped into another app. Crawling before walking... This kind of incremental instruction is useful for beginners.