Difference between revisions of "Shell scripting"

From Apertium
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...")
 
m (Unhammer moved page Unix to Shell scripting: more specific)
 
(One intermediate revision by the same user not shown)
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]]

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: