curl
pull data from websites
transfer data between servers
less
paginate (print less) through documents or command output
| (pipe command)
(pipe command)
allows you to append additional commands together
curl <url> | less</url>
unpack command
extract contents of a compressed file (similar to tar) but for more file formats