Muy buenas tardes, a ver si me podéis orientar..
Se resulta que estoy haciendo un script bin bash
y quiero hacer lo siguiente
Código PHP:
#!/bin/bash
$numeromuylargo=rand
echo "$numeromuylargo"
Es un numero de 80 carácteres aleatorio el que quiero que se vea, cómo lo hago?
Gracias!