Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnunet-dht-put(1) [debian man page]

GNUNET-DHT-PUT(1)					      General Commands Manual						 GNUNET-DHT-PUT(1)

NAME
gnunet-dht-put - Issue a PUT request to the GNUnet DHT insert DATA under KEY. SYNOPSIS
gnunet-dht-put [options] DESCRIPTION
gnunet-dht-get Issue a PUT request to the GNUnet DHT insert DATA under KEY. OPTIONS
-c FILENAME, --config=FILENAME Use the configuration file FILENAME. -d DATA, --data=DATA The data to insert under the key. -e EXPIRATION, --expiration=EXPIRATION How long to store this entry in the dht (in seconds). -h, --help Print short help on options. -k KEY, --key=KEY The query key. -L LOGLEVEL, --loglevel=LOGLEVEL Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. -l LOGFILE, --logfile=LOGFILE Configure logging to write logs to LOGFILE. -r LEVEL, --replication=LEVEL How many parallel requests (replicas) to create. -T TIMEOUT, --timeout=TIMEOUT How long to execute this query before giving up? -t TYPE, --type=TYPE The type of data to look for. -V, --verbose Be verbose (print progress information). -v, --version Print GNUnet version number. BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> GNUnet Jan 4, 2012 GNUNET-DHT-PUT(1)

Check Out this Related Man Page

GNUNET-TESTING(1)					      General Commands Manual						 GNUNET-TESTING(1)

NAME
gnunet-testing - Command line tool to access the testing library. SYNOPSIS
gnunet-testing [options] DESCRIPTION
gnunet-testing is a command line tool to access the testing library. OPTIONS
-C, --cfg Create unique configuration files. -c FILENAME, --config=FILENAME Use the configuration file FILENAME. -H, --hostkeys Host key file. -h, --help Print short help on options. -k, --key Create hostkey files from pre-computed hostkey list. -L LOGLEVEL, --loglevel=LOGLEVEL Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. -l LOGFILE, --logfile=LOGFILE Configure logging to write logs to LOGFILE. -n, --number Number of unique configuration files or hostkeys to create. -t, --template Configuration template. -v, --version Print GNUnet version number. BUGS
Report bugs by using Mantis <https://gnunet.org/bugs/> or by sending electronic mail to <gnunet-developers@gnu.org> GNUnet Jan 4, 2012 GNUNET-TESTING(1)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Print Selection of Line between two Identifiers.

I have a following containing DATA in the following format: DATA....------ --------------- -------------- DATA.....------ -------------------- ------------------ DATA....------ --------------- -------------- I want to extract the selective DATA in between identifiers and ... (4 Replies)
Discussion started by: parshant_bvcoe
4 Replies

2. Shell Programming and Scripting

splitting the file

Hi , I have one file which has many headers. Say suppose HEDAER ..data DATA DATA ..data ..data HEADER ..data ..data DATA .data HEADER. ..data ..data If there are 3 HEADERS in source file then I need to split the source file into 3 separate file.... (2 Replies)
Discussion started by: tanyaheerani
2 Replies

3. UNIX for Advanced & Expert Users

delay in ftp data connection

Experts, Please help me. When i try to make a ftp, after issuing PUT <FILENAME> it is taking more than 3 minutes for me to estabilish a DATA connection, after which the actual file transfer starts. Could you please help me in reducing this time delay for establishing data connection during FTP... (2 Replies)
Discussion started by: rprajendran
2 Replies

4. Shell Programming and Scripting

Grep from file

Dear All I had below mention requirement. Kindly sugguest me possible ways. Thanks Regards Jaydeep IN PUT FILE: CELL BROADCAST SHORT MESSAGE SERVICE MESSAGE DATA ID CODE GS UPDATE MODE LANG MCO MCL NUMPAGES 50 1000 0 13 MML 1 1 TEXT ... (2 Replies)
Discussion started by: jaydeep_sadaria
2 Replies

5. Shell Programming and Scripting

Search in file and display

Dear All I had below mention requirement. Kindly sugguest me possible ways. Thanks Regards Jaydeep IN PUT FILE: CELL BROADCAST SHORT MESSAGE SERVICE MESSAGE DATA ID CODE GS UPDATE MODE LANG MCO MCL NUMPAGES 50 1000 0 13 MML 1 1 TEXT PAGE *999*1# SONGS4U@30/M- 1 (3 Replies)
Discussion started by: jaydeep_sadaria
3 Replies

6. Shell Programming and Scripting

How to use sed to replace space partial

source "PUT 810 712 0001 ILC AK4 00 0 00 00" It needs to be changed to "PUT,810,712,0001,ILC,AK4 00 0 00 00" Thanks in advance. (6 Replies)
Discussion started by: janex
6 Replies

7. Shell Programming and Scripting

Convert rows to columns

I am looking to print the data in columns and after every 3 words it should be a new row. cat example.out | awk 'END { for (i = 0; ++i < m;) print _;print _ }{ _ = _ x ? _ OFS $1 : $1}' m=1| grep -i INNER I am looking to print in a new line after every 3 words. ... (2 Replies)
Discussion started by: lazydev
2 Replies