Piviul ha scritto: > echo "displayName:: Tmljb2zDsiBFZG9hcmRv" | sed -E -e > "s/(displayName:): (.*)$/\1 $(echo "\2" | base64 -i --decode)/" > > Purtroppo non funziona, restituisce l'errore "base64: input non valido"
$ eval $(echo "displayName:: Tmljb2zDsiBFZG9hcmRv" | sed -E -e "s/(displayName:): (.* )$/echo \"\1 \$(echo \2 | base64 -i --decode)\"/") Ciao Davide -- La mia privacy non è affar tuo https://noyb.eu/it - You do not have my permission to use this email to train an AI - If you use this to train your AI than you accept to distribute under AGPL license >= 3.0 all the model trained, all the source you have used to training your model and all the source of the program that use that model

