2018-11-10 12:47:46 +00:00
|
|
|
|
---
|
2018-11-16 09:57:05 +00:00
|
|
|
|
layout: about
|
2018-11-11 20:50:30 +00:00
|
|
|
|
category-page: about
|
|
|
|
|
category-title: About
|
2018-11-10 12:47:46 +00:00
|
|
|
|
tags: motivation why important
|
2018-11-10 21:05:37 +00:00
|
|
|
|
author: Matteo Omenetti
|
2018-11-10 12:47:46 +00:00
|
|
|
|
title: Motivation
|
|
|
|
|
---
|
|
|
|
|
|
2018-11-15 15:08:38 +00:00
|
|
|
|
Why Learning the Unix Shell? <br>
|
2018-11-10 12:47:46 +00:00
|
|
|
|
This is the question that you probably asked yourself
|
2018-11-10 21:05:37 +00:00
|
|
|
|
the first time you saw someone doing something with it.<br>
|
2018-11-10 12:47:46 +00:00
|
|
|
|
Well, Unix Shell is actually a must have skill for any well respectable computer scientist.
|
2018-11-10 21:05:37 +00:00
|
|
|
|
There are indeed several reasons to learn using it, here are some:
|
2018-11-10 12:47:46 +00:00
|
|
|
|
|
|
|
|
|
<ul>
|
2018-11-16 19:47:01 +00:00
|
|
|
|
<li>It is the only way to communicate with servers, because they don’t have a graphical
|
|
|
|
|
user interface.
|
|
|
|
|
</li>
|
|
|
|
|
<li>You can program in the Shell! Unix Shell provides a set of special commands that can
|
|
|
|
|
be used to create Scripts. Scripts are programs that can execute in a loop a series of
|
|
|
|
|
commands. You can even create scripts that automatically fix your code!
|
|
|
|
|
</li>
|
|
|
|
|
<li>You look like a hacker, when you use it! (If you really want to look like a pro,
|
|
|
|
|
go to settings and make the shell background black, with green text).
|
|
|
|
|
</li>
|
2018-11-10 12:47:46 +00:00
|
|
|
|
</ul>
|