This is the command crtsv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAMMA:
NOME
crtsv - mutual converter between TSV and QDBM Curia database
SINOSSI
crtsv importare [-bnum num] [-dnum num] [-bin] Nome
crtsv export [-bidone] Nome
DESCRIZIONE
Questa pagina di manuale documenta brevemente il crtsv comandi.
Il comando crtsv features mutual conversion between a database of Curia and a TSV text.
Questo comando è utile quando si scambiano dati con un'altra versione di QDBM o un altro DBM, oppure
quando lo scambio di dati tra sistemi che hanno ordini di byte diversi. Questo comando è usato
nel formato sopra. Nome specifies a database name. The subcommand export reads TSV data
from the standard input. If a key overlaps, the latter is adopted. -bnum specifica il
number of the elements of the bucket array. -dnum specifies the number of division of the
database. The subcommand importare scrive i dati TSV sullo standard output.
VERSIONI
Di seguito è riportato un riepilogo delle opzioni. Per una descrizione completa, vedere il
file:///usr/share/doc/qdbm-doc/spex.html#curiacli.
-bnum num
specificare il numero degli elementi dell'array di bucket.
-dnum num
specificare il numero di divisioni del database.
-bidone trattare i record come formato Base64.
ESEMPI
Ad esempio, per fare in modo che un database cerchi `/etc/password' in base a un nome utente, eseguire il comando
seguente comando.
gatto /etc/passwd | tr ':' '' | crtsv importare cofanetto
Quindi, per recuperare le informazioni di un utente `mikio', eseguire il seguente comando.
crmgr ottenere cofanetto mikio
Use crtsv online using onworks.net services