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

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;

23 Cards in this Set

  • Front
  • Back

CTRL + L

Clears the terminal

CTRL + D

Logout

SHIFT + PgUp

Page UP

SHIFT + PgDn

Page Down

CTRL + A

Places cursor at the start of the line

CTRL + E

Places cursor at the end of the line

CTRL + U

Delete left of the cursor

CTRL + K

Deletes right of the cursor

CTRL + W

Deletes word on the left

CTRL + Y

Paste

!!

Repeats the last command

CTRL + Z

Stops current command

ls -a

Lists all files and folders (including hidden ones)

ls

Lists files in the folder

cd /

Go to root

pwd

print working directory

head -n

From the top, display the numbers of lines in the filename

tail -n

From the bottom, display the numbers of lines in the filename

mkdir

make a directory

cp

Copies and RENAMES file

cp /

Copies file to foldername

touch

create or update a file

rm <filename>

Removes file