Coreutils Flashcards

1
Q

rm

A

Removes file and directories. Does not remove directories by default.

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

cat

A

Prints files or standard input to screen

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

tac

A

Prints files or standard input to screen in reverse. Line by line is the default

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

nl

A

Prints files or standard input to screen but adds line numbers. Cat -n is better.

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