truc bash pour les hexa

  • Canada
  • Mozilla Thunderbird
pour convertir rapidement un hex (disons 0x31b) en décimale:

let x=0x31b
echo $x

Ciao,


--
+-------------------------------------------------------+
| |
| Stefan Michalowski, M. Sc. |
| ------------------ |
| Email: illmnec(à)sympatico.ca |
| GPG Key: http://screamerone.zapto.org/k.asc |
| ---------------------------------- |
| "Provider of Open Paradigm Shifts" |
| |
+-------------------------------------------------------+
Pièces jointes
 

Re: truc bash pour les hexa

  • Canada
  • GNU/Linux
  • Mutt
  • FOAF
  • PGP

> pour convertir rapidement un hex (disons 0x31b) en décimale:
>
> let x=0x31b
> echo $x


Variante :

printf "%d" 0x31b

et sa réciproque :

printf "%x" 795




--
--====|====--
--------================|================--------
Patrice Levesque
http://ptaff.ca/
wayne(à)ptaff.ca
--------================|================--------
--====|====--
--
Pièces jointes
 

 

Propulsé par xhtmail