[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Re: [bug-GNUnet] more Failure && other :)
From: |
Krasko Oleksandr |
Subject: |
[GNUnet-developers] Re: [bug-GNUnet] more Failure && other :) |
Date: |
Thu, 27 Apr 2006 20:55:57 +0300 |
hi
> > how possibly at
> > once "on the fly" after finding of result to compel to work
> > gnunet-download, at help some hot keys. :)
> I don't understand, sorry.
well for example somehow so :
#bin/bash
....
gnunet_search_result= gnunet-search $filename -m 1 -t $timeout| grep
"download" | cut -f4 -d' '
echo $gnunet_search_result
gnunet-download -o $filename $gnunet_url_result
....
But also it does not work. gnunet_search_result null :(( (msys)
a conclusion from gnunet-search is conducted on a screen(stdout) but
not in variable 8(. Will it be to redirect in a file/s???
---
Warning: Bad English (and bash script :) )