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

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;

24 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Pwd

Print working directory

Tells you where you are

Hostname

My computer's network name


mkdir

Make new directory

cd

Change directory

ls

List directory contents

rmdir

Remove directory

pushd

Push directory

popd

Pop directory

cp

Copy a file or directory

robocopy

Robust copy

mv

Move a 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 man page is appropriate

echo

Print some arguments

set

Export/set a new environment variable

exit

Exit the shell

pwd cd~

I'm lost, tell me where I am and take me home

Pwd cd~

I'm lost, tell me where I am and take me home so I can try again

cd ..

Go to previous file in path