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

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;

17 Cards in this Set

  • Front
  • Back
The full pathname to a certain file or directory, starting from the root directory.
absolute path
Command used to display the entire contents of a text file to the screen.
cat
Command that displays the file type of a specified file.
file
Command that searches for patterns of characters using regular expressions.
grep
Command that displays the first 10 lines of a text file.
head
Command to display a text file to the screen page-by-page but also allows cursor keys to navigate the file.
less
Command to display a text file to the screen page-by-page.
more
Command used to list files in a given directory.
ls
Command used to display the contents of a file in octal format.
od
Directory that is one level above the current working directory
parent directory
Command to display the current working directory.
pwd
The pathname of a target directory relative to your current directory in the tree.
relative pathname
Command used to search and display text characters in a binary file.
strings
Command that displays a file to the screen, beginning with the last line and ending with the first line.
tac
Command to display the last 10 lines of a file to the screen.
tail
A powerful command-line text editor available on most unix and linux systems.
vi
Command that duplicates entered text back to the screen.
echo