Created
August 26, 2013 04:46
-
-
Save gabrielkfr/6338173 to your computer and use it in GitHub Desktop.
Script bash para mostrar la fecha y la hora actual.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DIA=`date +"%d/%m/%Y"` | |
HORA=`date +"%H:%M"` | |
echo "Hoy es el $DIA y la hora actual es $HORA!" |
Gracias
Gracias, sigo aprendiendo, saludos!
gracias
fantasía
Gracias Maestro!!!!
Gracias
excelente
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perfecto para una Bitácora!