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

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;

19 Cards in this Set

  • Front
  • Back
Awk
Data extraction/reporting tool
tr
copies standard input to standard output performing one of te following operations:

Translate, optionally squeeze repeated characters in result

squeeze repeated charaters

delete characters

delete characters, then squeeze repeated characters from result
cut
Divide a file into several parts... writes to stout selected parts of each line of input file, or standrard input if no file given
tcpdump
packet capture/analysis
tshark
packet capture/analysis
sed
stream editor for filtering and transforming text
od
dump files in octal and other formats
uniq
report or omit repeated lines
sort
prints lines of input or concatenation of all files listed in argument list in sorted order
echo
display line of text
sleep
makes calling thread sleep until seconds have elapsed or signal arrives which is not ignored.
wget
non-interactive download of files from web, save file to custom location
tee
out put is redirected to both a file and to stout.
wc
print byte, word, line counts
logger
Makes entries into syslog.
syslog-ng
flexible system logging application
strings
print strings of printable characters in files
Stat
statistics of file
scp
secure copy