   ,o888b,`?88888          Eliel Vieira         88888P',d888o,
 ,8888 888   ?888             07/2004           888P   888 8888,
 8888888P'    888          Niteroi - RJ         888    `?8888888
 888P'        888    elielvieira03@yahoo.com    888        `?888
 `88   O     d888   http://computerlife.go.to   888b     O  88/'
   `?._  _.o88888          --*-####-*--         88888o._  _.P'


                      I - Exerccios para o Linux

1.	Desenvolver a execuo dos comandos abaixo:

mkdir hulk
cd hulk
vi teste
	Insert
Esc : wq
cp teste novo
mkdir lara-croft
mv novo lara-croft
cp teste velho
rm velho
rm lara-croft
rm -r lara-croft
ls -la
cp teste novo1
cp teste novo2.txt
cp teste novo3.log
cp teste novo4.doc
cp teste matrix.txt
cp teste matrix1.doc
cp teste matrix2.a
cp teste matrix3.d
mkdir casa
rmdir casa
ls -la *.txt
ls -la n*
ls -l m*.d*
clear
history |more
