Manipulating Files Flashcards

1
Q

cat

A

Displays the contents of a text file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

less

A

reads a file(little by little)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

head/tail

A

reads the first(or last) 10 lines of a file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

find

A

locates files and directories on our system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

grep

A

searches for a string in a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

sort

A

organizes text in a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

wc

A

counts lines, words and bytes in a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly