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
2
Q
less
A
paginate (print less) through documents or command output
3
Q
| (pipe command)
(pipe command)
A
allows you to append additional commands together
curl <url> | less</url>
4
Q
unpack command
A
extract contents of a compressed file (similar to tar) but for more file formats