The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
3.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Julio Biason .Me 4.3</title>
<!-- CSS -->
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https:&#x2F;&#x2F;blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
<p class="lead">Old school dev living in a 2.0 dev world</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item"><a href="&#x2F;">English</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt">Português</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;tags">Tags (EN)</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt&#x2F;tags">Tags (PT)</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">Um Shell Por Dia: Introdução</h1>
<span class="post-date">
2021-09-13
<a href="https://blog.juliobiason.me/pt/tags/book/">#book</a>
<a href="https://blog.juliobiason.me/pt/tags/por-dia/">#por dia</a>
<a href="https://blog.juliobiason.me/pt/tags/shell/">#shell</a>
</span>
<p>Assim como eu já tinha feito com &quot;Um Python Por Dia&quot; e &quot;Um Vim Por Dia&quot;, eu
comecei uma nova série com os colegas de trabalho, chamado &quot;Um Shell Por Dia&quot;.</p>
<p>A ideia é passar pequenas pérolas sobre shell, uma por dia. Isso envolve tanto
coisas comuns entre shells -- como, por exemplo, redirecionamento de entradas e
saídas -- quanto comandos mais comuns -- como, por exemplo, <code>wc</code> ou <code>time</code>.</p>
</div>
</div>
</body>
</html>