Changes

Jump to: navigation, search

Windows PowerShell 1.0 Pipes and Redirection

4 bytes added, 21:08, 1 December 2008
no edit summary
Features Two features of PowerShell which will no doubt be familiar to users of UNIX and Linux based shell environments are pipes and redirection. The primary purpose of pipes is to chain commands together, passing the output from one command through to the next command. Redirection, on the other hand, allows the output from a command to be sent to a file. Unfortunately, whilst UNIX and Linux based shells allow input to be redirected to a commands (such as input from the keyboard), version 1.0 of PowerShell does not yet support this feature.
== PowerShell Pipes ==

Navigation menu