On Tue, Mar 11, 2008 at 12:58:03PM +0000, Mário Gamito wrote:
Hi Marcelo,
On Tue, Mar 11, 2008 at 12:52 PM, Marcelo Roccasalva < marcelo-centos@irrigacion.gov.ar> wrote:
On Tue, Mar 11, 2008 at 10:35 AM, Mário Gamito gamito@gmail.com wrote: [...]
$ sha512sum | xargs echo "password" | cut -f2 -d' '
read x;echo "$x" | sha512sum | xargs echo "password" | cut -f2 -d' '
Thank you for your answer, but unfortunately it still hangs waiting for the CTRL-D.
Not here. Could you show us the part of your script that uses sha512sum?