Shared Flashcard Set

Details

The Command Line Crash Course - Symbols
(Windows) Shows symbols that can be used in the command line
4
Computer Networking
Professional
01/19/2013

Additional Computer Networking Flashcards

 


 

Cards

Term
$|$
Definition
The | takes the output from the command on the left, and "pipes" it to the command on the right.
Term
$<$
Definition
The < will take and send the input from the file on the right to the program on the left. You see me do that in line 2. This does not work in PowerShell.
Term
$>$
Definition
The > takes the output of the command on the left, then writes it to the file on the right.
Term
$>>$
Definition
The >> takes the output of the command on the left, then appends it to the file on the right.
Supporting users have an ad free experience!