Difference between revisions of "Shell scripting"
Jump to navigation
Jump to search
(Created page with "If you want to work on Apertium language pairs or tools, some knowledge of the Unix shell / command-line scripting will make you a lot more efficient. Here are some handy tut...") |
|||
Line 3: | Line 3: | ||
Here are some handy tutorials: |
Here are some handy tutorials: |
||
* [https://www.learnenough.com/command-line-tutorial/basics Learn Enough Command Line to Be Dangerous] |
* [https://www.learnenough.com/command-line-tutorial/basics Learn Enough Command Line to Be Dangerous] – friendly intro, read this first if you're completely new to the shell |
||
* [https://hacker-tools.github.io/lectures/ MIT "hacker-tools" lectures] – in particular [https://hacker-tools.github.io/shell/ shell scripting] and [https://hacker-tools.github.io/data-wrangling/ Data wrangling] |
* [https://hacker-tools.github.io/lectures/ MIT "hacker-tools" lectures] – in particular [https://hacker-tools.github.io/shell/ shell scripting] and [https://hacker-tools.github.io/data-wrangling/ Data wrangling] are relevant and succinct |
||
* [https://www.datascienceatthecommandline.com/ Data Science at the Command Line] – comprehensive book, seems useful |
|||
[[Category:Development]] |
[[Category:Development]] |
Revision as of 09:18, 8 February 2019
If you want to work on Apertium language pairs or tools, some knowledge of the Unix shell / command-line scripting will make you a lot more efficient.
Here are some handy tutorials:
- Learn Enough Command Line to Be Dangerous – friendly intro, read this first if you're completely new to the shell
- MIT "hacker-tools" lectures – in particular shell scripting and Data wrangling are relevant and succinct
- Data Science at the Command Line – comprehensive book, seems useful