|
From: Gary G. <ggo...@io...> - 2003-01-15 23:51:41
|
In gmane.text.docutils.devel, you wrote: [...] > .. shell:: ls -l > :literal: I'd be a little concerned about security: > .. shell:: rm -rf / > :literal: I'm not too sure where this would be needed. Any place where you might want a shell command, you could just create a tag and handle it by pre or post processing: .. _replaceMeLaterWithLsOutput -- Gary Godfrey Austin, TX USA ggo...@io... |