Si quieres saber que fecha es o que hora es, se puede hacerlo con el comando date. También es posible ver estos detalles en distintos idiomas. Aquí están unos ejemplos:
[root@localhost ~]# export LANG=en_GB.UTF-8
[root@localhost ~]# date
Thu Apr 28 22:14:50 BST 2011
[root@localhost ~]# export LANG=fr_FR.UTF-8
[root@localhost ~]# date
jeu avr 28 22:15:09 BST 2011
[root@localhost ~]# export LANG=es_ES.UTF-8
[root@localhost ~]# date
jue abr 28 22:15:29 BST 2011
[root@localhost ~]#
En inglés / in English
No hay comentarios:
Publicar un comentario