DS @ Command Line Flashcards

Linux Commands for Data Science at the Command Line

1
Q

curl

A

pull data from websites
transfer data between servers

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

less

A

paginate (print less) through documents or command output

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

| (pipe command)

(pipe command)

A

allows you to append additional commands together

curl <url> | less</url>

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

unpack command

A

extract contents of a compressed file (similar to tar) but for more file formats

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