Difference between revisions of "Shell scripting"
Jump to navigation
Jump to search
m (Unhammer moved page Unix to Shell scripting: more specific) |
|
(No difference)
|
Latest revision as of 09:20, 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