7 lines
263 B
Text
7 lines
263 B
Text
$ cd books
|
|
$ wget -q https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01.pdf/download \
|
|
-O TLCL.pdf
|
|
$ wget -q https://homepages.uc.edu/~becktl/byte_of_python.pdf \
|
|
-O byte-of-python.pdf
|
|
$ # get back into the root of the dataset
|
|
$ cd ../
|