{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360 {\fonttbl\f0\fswiss\fcharset0 Helvetica;} {\colortbl;\red255\green255\blue255;} \paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural \f0\fs24 \cf0 # 3\ pwd\ \ # 4\ mkdir TurmaGAR\ \ # 5\ mkdir -p TurmaGAR/Brasil/\{regiaoNorte,regiaoSul\}\ mkdir -p TurmaGAR/Brasil/regiaoNorte/\{amazonas,acre\}\ mkdir -p TurmaGAR/Brasil/regiaoSul/\{parana,santaCatarina\}\ \ # 6\ cd TurmaGAR/Brasil/regiaoNorte/\ \ # 7\ ls -l\ \ # 8\ cp -r amazonas/ para/\ \ # 9\ ls -l\ \ # 10\ cd ../regiaoSul/\ mv parana/ rioGrandeSul/\ \ # 11\ ls -l\ \ # 12\ cd ../..\ \ # 13\ ls -l / >> Brasil/regiaoNorte/amazonas/saidaDirRaiz.arq\ \ # 14\ ls -l >> Brasil/regiaoNorte/amazonas/saidaTurma.arq\ \ # 15\ ls -l Brasil/regiaoSul/ >> Brasil/regiaoNorte/amazonas/estados.sul\ \ # 16\ cd Brasil/regiaoNorte/amazonas/\ cat *\ more *\ \ # 17\ cat *.arq\ \ # 18\ ls -l saida[a-z]*\ \ # 19\ rm *.\{arq,sul\}\ \ # 20\ pwd\ cd ~\ \ # 21\ ls -l\ \ # 22\ mkdir \{aula1,aula2\}\ \ # 23\ mkdir aula1/\{aula11,aula12,aula13\}\ mkdir aula2/\{aula21,aula22,aula23\}\ \ # 24\ rm -r aula1/aula13 aula2/aula23/\ \ # 25\ touch aula1/aula12/texto1\ \ # 28\ cp aula1/aula12/texto1 aula2/aula22/texto2\ \ # 29\ printenv >> aula1/aula12/texto1\ \ # 30\ mv aula1/aula12/texto1 aula1/aula11\ \ # 31\ cp /etc/passwd aula2/usuarios\ \ # 32\ cp /etc/protocols aula1/protocolos\ \ # 33\ rm aula1/aula11/texto1\ \ # 34\ ln aula2/aula22/texto2 linktexto2\ \ # 35\ diff aula2/aula22/texto2 linktexto2\ \ # 36\ find *aula*\ \ # 37\ cat aula1/protocolos | grep Protocol\ \ # 38\ head -n 12 aula2/usuarios\ \ # 39\ tail -n 15 aula1/protocolos\ \ # 40\ wc -wlm aula1/protocolos\ \ # 41\ sort aula2/usuarios\ \ # 42\ sort -r aula1/protocolos\ \ # 43\ more aula1/protocolos\ \ # 44\ cut -d '#' -f 1 aula1/protocolos\ \ # 45\ cut -c -6 aula2/usuarios\ \ # 46\ top\ \ # 47\ cal\ clear\ \ # 48\ touch aula2/aula22/trabalho\{1,2,3\}\ touch aula2/aula22/teste\{1,2\}\ touch aula2/aula22/exame\{1,2\}\ touch aula2/aula22/texto\{1,3\}\ touch aula2/aula22/\{notas,anotacoes\}\ \ ls -l /tmp/ >> aula2/aula22/trabalho1\ ls -l /var/ >> aula2/aula22/trabalho2 \ ls -l /opt/ >> aula2/aula22/trabalho3\ ls -l / >> aula2/aula22/teste1 \ ls -l /etc/ >> aula2/aula22/teste2\ ls -l /usr/ >> aula2/aula22/exame1 \ ls -l /home/aluno/ >> aula2/aula22/exame2\ ls -l /usr/ >> aula2/aula22/texto1\ ls -l /bin/ >> aula2/aula22/texto3\ ls -l /home/ >> aula2/aula22/anotacoes\ ls -l /lib/ >> aula2/aula22/notas\ \ # 49\ ls -l aula2/aula22/t*\ \ # 50\ ls -l aula2/aula22/??a*\ \ # 51\ ls -l aula2/aula22/*2\ \ # 52\ ls -l aula2/aula22/*nota*\ \ # 53\ ls -l aula2/aula22/*x*\ \ # 54\ cat aula2/aula22/tr*\ \ # 55\ cat aula2/aula22/*e2\ \ # 56\ cat aula2/aula22/*\ \ # 57\ cat aula2/aula22/*ex*\ \ # 58\ ls -l >> ConteudoDir\ \ # 59\ date >> ConteudoDir\ \ # 60\ ls -l /eetc >> Erro\ \ # 61\ cat /etc/group > aula2/aula22/grupos\ \ # 62\ date | cut -c -3\ \ # 63\ head -n 5 /etc/passwd | wc -c\ \ # 64\ tail -n 8 /etc/protocols | wc -w\ \ # 65\ head -n 10 /etc/protocols | tail -n 5\ \ # 66\ head -n 50 /etc/protocols | sort -r\ \ # 67\ ps | sort -r\ \ # 68\ tail -n 10 /etc/passwd | sort\ \ # 69\ w\ \ # 70\ ps aux | grep usr\ \ # 80\ head -n 30 /etc/protocols | grep protocol\ \ # 81\ tail -n 20 /etc/protocols | grep Protocol\ \ # 82\ cat /etc/protocols | grep Protocol | tail -n 5\ \ # 83\ head -n 40 /etc/protocols | cut -f 5-\ \ # 84\ tail -n 8 /etc/passwd | cut -c -8\ \ # 85\ head -n 20 /etc/protocols | grep protocol | sort -r\ \ # 86\ head -n 50 /etc/protocols | tail -n 26 | wc -w\ \ # 87\ tail -n 5 /etc/protocols | cut -f -2 | wc -c\ \ # 88\ ps aux | grep root | wc -l\ \ # 89\ head -n 30 /etc/protocols | tail -n 19 | cut -d '#' -f 1 | sort -r\ \ # 90\ ps aux | grep usr | head -n 4 | sort -r}