Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Quite a buggyyyyy question  (Read 3407 times)

0 Members and 1 Guest are viewing this topic.

SimonA

    Topic Starter


    Rookie

    Quite a buggyyyyy question
    « on: May 09, 2007, 11:12:21 AM »
    Hi people,

    Can anyone please tell me what is the difference between a pipe and a redirection ?

    I keep bugging myself with this question  ???  :-\

    thanks

    Simon

    unlovedwarrior



      Guru

    • someday this name will be known
    • Thanked: 13
      Re: Quite a buggyyyyy question
      « Reply #1 on: May 09, 2007, 11:29:37 AM »
      redirect is when you put a certain url to a site, but you go somewhere else

      not sure what a pipe is
      « Last Edit: May 09, 2007, 02:42:55 PM by unlovedwarrior »

      Sidewinder



        Guru

        Thanked: 139
      • Experience: Familiar
      • OS: Windows 10
      Re: Quite a buggyyyyy question
      « Reply #2 on: May 09, 2007, 02:37:02 PM »
      Not sure what context you're referring to but in batch language redirection either gets text input from or puts text output to a device (disk file, COM, NUL, and others not used in batch code).

      The pipe is used to send the text output of one command into another command. If I recall, only three commands (sort, more, and find) can take input from the pipe.

       8)

      Should you ever use Microsoft Powershell, you'll find the pipe is used quite extensively and that you can send complete objects, not just text into the pipeline.
      « Last Edit: May 09, 2007, 03:04:28 PM by Sidewinder »
      The true sign of intelligence is not knowledge but imagination.

      -- Albert Einstein