Skip to content

Instantly share code, notes, and snippets.

echo "Iniciando secuencia de comandos"
cd ~
mkdir -p taller01/estudiante/ejercicios
cd taller01/estudiante/ejercicios
touch ej01.txt
touch ej02.txt
touch ej03.txt
echo "esto es una prueba" >> ~/taller01/estudiante/ejercicios/ej01.txt
cd ~
echo "finalizado exitosamente"
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Empezando con bootstrap</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD"
crossorigin="anonymous">
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package entradas;
import java.util.Scanner;
import javax.swing.JOptionPane;
@jmaquin0
jmaquin0 / circulo2.java
Last active August 4, 2016 00:32
introducción a los métodos en Java
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package circulo2;
import javax.swing.JOptionPane;
/**