• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

CD

Change Directories

Wildcard

Same as SQL. Can use this to substitute for other characters. Useful for navigation in command prompt.

/?

Can combine this command with any command (TREE, CD, etc.) to bring up help text for a respective command.

Back Slash \

Is used by Microsoft for pathing.

Forward Slash /

Used for commands.

TREE command

Presents a specified directory in a hierarchy/tree form.

Switch modifiers

Used to modify commands.

CLS command

Clears command prompt.

TYPE command

Used to put contents of the file onto the screen. Can be used with MORE command to organize.

MORE command

Takes ANY amount of input and displays it one screen or one line at a time. Progress through one line via enter and one screen via spacebar

ECHO command

Used to output text to the screen or a file. Typically to display information on the screen from within batch files. Can also be used to dump info to text files.

SET command

Use to show contents of variables and to configure or set those contents.

Redirectors

|: piping symbol used for application redirection. >: Used to save an output from a command into a file. >>: Used to add information to an existing file.

Netstat command

Used to view current network utilization and various statistics related to network communications.