├── Chapter01 ├── Docker.sh ├── Ubuntu.sh ├── enableWSL.ps1 ├── example1.sh └── macOSX.sh ├── Chapter02 └── Chapter02_examples.sh ├── Chapter03 └── Chapter03_examples.sh ├── Chapter04 ├── Chapter04_examples.sh ├── arrays.sh ├── bash_profile ├── gnuplot ├── hello_world-1.sh ├── hello_world-2.sh ├── inject_text.sh ├── netcat.sh └── network.sh ├── Chapter05 └── Chapter05_examples.sh ├── Chapter06 ├── Chapter06_examples.sh ├── forecast.sh └── python_average.py ├── LICENSE └── README.md /Chapter01/Docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter01/Docker.sh -------------------------------------------------------------------------------- /Chapter01/Ubuntu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter01/Ubuntu.sh -------------------------------------------------------------------------------- /Chapter01/enableWSL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter01/enableWSL.ps1 -------------------------------------------------------------------------------- /Chapter01/example1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter01/example1.sh -------------------------------------------------------------------------------- /Chapter01/macOSX.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter01/macOSX.sh -------------------------------------------------------------------------------- /Chapter02/Chapter02_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter02/Chapter02_examples.sh -------------------------------------------------------------------------------- /Chapter03/Chapter03_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter03/Chapter03_examples.sh -------------------------------------------------------------------------------- /Chapter04/Chapter04_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/Chapter04_examples.sh -------------------------------------------------------------------------------- /Chapter04/arrays.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/arrays.sh -------------------------------------------------------------------------------- /Chapter04/bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/bash_profile -------------------------------------------------------------------------------- /Chapter04/gnuplot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/gnuplot -------------------------------------------------------------------------------- /Chapter04/hello_world-1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/hello_world-1.sh -------------------------------------------------------------------------------- /Chapter04/hello_world-2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/hello_world-2.sh -------------------------------------------------------------------------------- /Chapter04/inject_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/inject_text.sh -------------------------------------------------------------------------------- /Chapter04/netcat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/netcat.sh -------------------------------------------------------------------------------- /Chapter04/network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter04/network.sh -------------------------------------------------------------------------------- /Chapter05/Chapter05_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter05/Chapter05_examples.sh -------------------------------------------------------------------------------- /Chapter06/Chapter06_examples.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter06/Chapter06_examples.sh -------------------------------------------------------------------------------- /Chapter06/forecast.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter06/forecast.sh -------------------------------------------------------------------------------- /Chapter06/python_average.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/Chapter06/python_average.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Hands-On-Data-Science-with-Command-Line/HEAD/README.md --------------------------------------------------------------------------------