| # | ___PROGRAMA___ | _______________DESCRIPCION__(- Archivo i/N -) |
| 1 | A_TIP_SSH.sh | echo "ConexiOn remota segura" |
| 2 | Bitacora_Suma.sh | en Suma.sh |
| 3 | Bitacora_Suma.sh_ | en Suma.sh |
| 4 | Busca.sh | clear |
| 5 | Busca.sh_ | clear |
| 6 | CAD.sh | x=rafa |
| 7 | CAD.sh_ | x=rafa |
| 8 | CAL.sh | #MUESTRA EL DIA DE UN NUMERO DEL MES |
| 9 | FOR.sh | for k in `ls` |
| 10 | FOR.sh_ | for k in `ls` |
| 11 | Fun.sh | suma() { |
| 12 | Fun.sh_ | suma() { |
| 13 | LS.sh | for x in `ls` |
| 14 | LS.sh_ | for x in `ls` |
| 15 | Menu.sh | while true |
| 16 | Menu.sh_ | while true |
| 17 | Producto.sh | DatoUno=$1 |
| 18 | Producto.sh_ | echo `expr $1 \* $2` |
| 19 | RES_9.sh | cat $1 | wc -l |
| 20 | RES_9.sh_ | cat $1 | wc -l |
| 21 | Suma.sh | echo "Cuantos datos?" |
| 22 | Suma.sh_ | echo "Cuantos datos?" |
| 23 | Suma_3.sh | ls | grep txt | wc -l |
| 24 | Suma_3.sh_ | ls | grep txt | wc -l |
| 25 | Suma_Teclado.sh | clear |
| 26 | Tarea.sh | # DADO EL MES Y EL NUMERO, NOS DA EL DIA COMPLETO |
| 27 | creadirs.sh | mkdir $1 $2 |
| 28 | creadirs.sh_ | mkdir $1 $2 |
| 29 | nombres.sh | ls -l | cut -c 47-60 |
| 30 | nombres.sh_ | ls -l | cut -c 47-60 |
| 31 | producto.sh | DatoUno=$1 |
| 32 | sumas.sh | echo "Cuantos datos?" |
| 33 | sumas.sh_ | echo "Cuantos datos?" |