2018-11-10 12:47:46 +00:00
|
|
|
|
---
|
|
|
|
|
layout: page
|
2018-11-10 22:01:06 +00:00
|
|
|
|
category-title: Information
|
2018-11-10 12:47:46 +00:00
|
|
|
|
category-page: info
|
|
|
|
|
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
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
<p> Why Learning the Unix Shell? <br>
|
|
|
|
|
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-10 21:05:37 +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>
|
|
|
|
|
</p>
|