Skip to content

Latest commit

 

History

History
55 lines (45 loc) · 2.13 KB

README.md

File metadata and controls

55 lines (45 loc) · 2.13 KB

Unix Training For Data Scientists

This is a quick introduction to the most useful unix commands for folks doing data manipulation in a unix environment. It is not a comprehensive introduction to Unix operating system (not even when constrained to topic at hand).

All files used in the examples are provided in the files directory of this repository.

For details explanation of the commands described in the following chapters, users should utilize the "man" command to show the manual page for a given command. For example:

$ man grep

The above will show a detail manual page for the grep command.

Text File Tranformation/Manipulation

Misc Commands

General Purpose Data Manipulation "Languages"

Hadoop Commands

Development Environment

Remote Session Management / Connection

Virtualization Frameworks