[Refdb-users] Curious refdbc -C "getref ..." behaviour
Status: Beta
Brought to you by:
mhoenicka
|
From: Markus H. <mar...@mh...> - 2004-03-29 21:56:57
|
Hi David, David Nebauer writes: > This works: > > refdbc -C "getref -o foo.ris -t ris :ID:=7" > > These do not work: > > refdbc -C "getref -o foo.txt -t scrn :ID:=7" > refdbc -C "getref -o foo.xml -t risx :ID:=7" > refdbc -C "getref -o foo.html -t html :ID:=7" > refdbc -C "getref -o foo.xhtml -t xhtml :ID:=7" > But these are supposed to work: refdbc -o foo.xhtml -t xhtml -C getref :ID:=7 refdbc -o foo.xhtml -t xhtml -C getref :KW:="titanium oxide" refdbc in batch mode accepts all options to the specified command on the command line. There is no need to enclose the whole getref command in quotes. The obvious advantage is that you get rid of one level of quoting. regards, Markus -- Markus Hoenicka mar...@ca... (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de |