|
-
October 15th, 2003, 07:33 AM
#7
Junior Member
Pipes are connections between two programs or two commands or a program and a command. Pipes allow the output of one program to be redirected as the input for a second program.
The DOS symbol for a pipe is the vertical bar ( | ). To redirect the output of one command to another type the name of the first command, followed by a vertical bar, followed by the name of the second command.
for example
dir | find "03"
dir | more
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|