Slashdot Mirror


User: red30

red30's activity in the archive.

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

Comments · 6

  1. Hello... on Open Source Victories of 2008 · · Score: 0

    Um, Vista.

  2. I for one... on A Strange Streak Imaged in Australia · · Score: 0, Redundant

    I for one welcome our new bright flash overlords.

  3. In other news... on A Car With A Mind Of Its Own · · Score: 1

    Darl McBride receives a Renault Vel Satis from anonymous donor.

  4. Re:Looking forward to the fallout... on Microsoft Reward Leads to Arrest of Sasser Suspect · · Score: 1

    I wonder what kind of deals are being offered right now for him to turn in friends and information?

    Not to mention the job offers from Microsoft for when he gets out of prison.

  5. Re:Usability is for N(0)(0)bies on Still More on Open Source Usability · · Score: 1

    With a GUI, the only operations you can perform are those the designer built into the interface (i.e., through pulldown menus). The CLI, together with pipes and output redirection, enable you to string together multiple commands or filters to effectively create your own novel operations.

    Say you want to know the number of current users logged on, but you know of no such command. You can take the `who` command, which prints out all the users currently on the system, and `wc` command, which counts words (or lines/characters), and combine them;

    $ who | wc -l

    the output of `who` is "piped" to the word count utility, which counts the lines and prints out the total. The power of the command line comes, in part, from being able to "pipe" together strings of commands to create a filter effect.

  6. Re:Zebra F-402 on When Word Processors Are Out: What's The Best Pen? · · Score: 1

    I couldn't agree more, and the Zebra F-301 ain't too shabby either.