martes, 26 de noviembre de 2024

set-date.sh

 #!/bin/bash  
echo "favor de meter la hora en el siguiente formato."
echo "2007-05-27 17:27"

#by AlexLikeRock
echo " "

#Take the input
read  


echo trabajando...
echo "$REPLY"
echo " "

hwclock --set --date="date +$REPLY"


# hwclock --set --date="date '+%D %H:%M:%S'"

No hay comentarios:

Publicar un comentario

Donarme :->

Donar a AlexLikeRock
muchas gracias por tu ayuda :->

set-date.sh

 #!/bin/bash   echo "favor de meter la hora en el siguiente formato." echo "2007-05-27 17:27" #by AlexLikeRock echo ...