Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #Description:Muestra la fecha explicando que es cada campo
- #Author:jMa
- echo "Son las `date | tr -s : " " | cut -d " " -f 4` horas,`date | tr -s : " " | cut -d " " -f 5` minutos del día `date | tr -s : " " |
- cut -d " " -f 6` de `date | tr -s : " " | cut -d " " -f 7` del año `date | tr -s : " " | cut -d " " -f 8`"
Advertisement
Add Comment
Please, Sign In to add comment