1/17
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
awk
pattern scanning and processing language
cat
concatenate files and print on the standard output
cd
change directory
curl
transfer a URL
cut
remove sections from each line of files
grep
print lines that match patterns
gzip
compress or decompress files
head
output the first part of files
ls
list directory contents
pwd
print name of current/working directory
rev
reverse lines character wise
sed
stream editor for filtering and transforming text
sort
sort lines of text files
tail
output the last part of files
tr
translate or delete characters
uniq
report or omit repeated lines
wc
print newline, word, and byte counts for each file
zcat
decompress a compressed file and print on the standard output