• 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/27

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;

27 Cards in this Set

  • Front
  • Back

pwd

Print working directory

hostname

My computer's network name

mkdir

Make directory

cd

Change directory

ls

List directory


The current directory if there's no path


The directory if there is a name infront

rmdir

Remove directory

pushd

Push directory


Pushes the current directory into a stack, then changes it to the directory infornt (if there is any)

popd

Pop directory


Pops the last directory you pushed

cp

Copy a file or directory

robocopy

Robust copy

mv

Move a file or directory


Basically renaming file or directory

more

Page through a file

type

Print the whole file

forfiles

Run a command on lots of files

dir -r

Find files

select-string

Find things inside files

help

Read a manual page

helpctr

Find what manual page is appropriate

echo

Print some arguments

set

export/set a new environment variable

exit

Exit the shell

runas

DANGER! Become super user root DANGER!

cd ~

Going to home directory

cd ..

Moving up in the tree and path

.\<file name (in qoutes if space included) >

Runs the file

Cat

Spews up the whole text

More

Shows the text but for longer ones needs return key to show the whole