Revision [1779]
Last edited on 2011-07-19 16:02:33 by DavidLeeAdditions:
||-v,-verbose||Verbose error logging||
||-baseuri uri||Base URI to get||
||-m,-maxfiles n||Number of files to batch per request||
||-r,-recurse||Recursive get||
||-maxthreads n||Maximum number of threads to use||
||-t,-text||Files copied in text mode||
||-binary||Files copied in binary mode||
||-d,-directory dir||Output directory||
||-o,-output file||Output file||
||-baseuri uri||Base URI to get||
||-m,-maxfiles n||Number of files to batch per request||
||-r,-recurse||Recursive get||
||-maxthreads n||Maximum number of threads to use||
||-t,-text||Files copied in text mode||
||-binary||Files copied in binary mode||
||-d,-directory dir||Output directory||
||-o,-output file||Output file||
Revision [1423]
Edited on 2010-05-19 07:19:44 by DavidLeeAdditions:
_opts=$<(xgetopts -a -p "c=connect:,t=text" -ps -- "$@")
shift $?
:query $_opts -q "doc(\"$uri\")"
shift $?
:query $_opts -q "doc(\"$uri\")"
Deletions:
ml:query -q "doc(\"$uri\")"
Revision [1297]
Edited on 2010-03-09 16:53:56 by DavidLeeNo differences.
Revision [1296]
Edited on 2010-03-09 16:53:34 by DavidLeeAdditions:
get [options] document [document ...]
====Options====
||-t||Use text for serialization instead of XML. Required for non-xml documents||
====Options====
||-t||Use text for serialization instead of XML. Required for non-xml documents||
Deletions:
Revision [1283]
Edited on 2010-03-01 14:57:49 by DavidLeeAdditions:
||-c,-connect uri||Use the connection string instead of $MLCONNECT||
||document||uri of the document to get||
ml:get test.xml
||document||uri of the document to get||
ml:get test.xml
Deletions:
-c uri Use the connection string instead of $MLCONNECT
document uri of the document to get
$ ml:get test.xml