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.

15 lines
514 B

+++
title = "Um Shell Por Dia: Introdução"
date = 2021-09-13
[taxonomies]
tags = ["book", "por dia", "shell"]
+++
Assim como eu já tinha feito com "Um Python Por Dia" e "Um Vim Por Dia", eu
comecei uma nova série com os colegas de trabalho, chamado "Um Shell Por Dia".
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, `wc` ou `time`.