Shared Flashcard Set

Details

Command Line Symbols
Command line symbols and their meanings in Windows PowerShell
4
Computer Science
Undergraduate 1
02/06/2013

Additional Computer Science Flashcards

 


 

Cards

Term
|
Definition
takes the output from the command on the left and "pipes" it to the command on the right
Term
>
Definition
takes the output from the command on the left, then writes it to the file on the right
Term
>>
Definition
takes the output from the command on the left, then appends it to the file on the right
Term
*
Definition
acts like a blank when targeting things with certain letters in them, e.g. *.txt, which targets all files ending in .txt
Supporting users have an ad free experience!