mte/unikernel/duniverse/dune_/doc/reference/actions/write-file.rst

13 lines
176 B
ReStructuredText
Raw Normal View History

2025-11-11 02:07:51 +01:00
write-file
----------
.. highlight:: dune
.. describe:: (write-file <file> <string>)
Writes ``<string>`` to ``<file>``.
Example::
(write-file users.txt jane,joe)