A few years ago, I was introduced to the practice of analytics from the linux command lines through a wikibooks. Command line analytics can be particularly useful with dealing with large outputted datasets, I have had to previously used its feature in as diverse as:
Most of the features offered in SQL are available in unix command lines. These commands are not meant to be used for full fledge analytics queries, but offer a quick and efficient solution for a lot of small & quick questions one can have looking a dataset or log files.
There is also a number of SQL interface for terminals that allow to work directly on text files, but none have the ubiquity of the unix command line nor the same ability to work on less structured datasets.
A few years ago, I was introduced to the practice of analytics from the linux command lines through a wikibooks. Command line analytics can be particularly useful with dealing with large outputted datasets, I have had to previously used its feature in as diverse as:
Most of the features offered in SQL are available in unix command lines. These commands are not meant to be used for full fledge analytics queries, but offer a quick and efficient solution for a lot of small & quick questions one can have looking a dataset or log files.
There is also a number of SQL interface for terminals that allow to work directly on text files, but none have the ubiquity of the unix command line nor the same ability to work on less structured datasets.