- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Dyadic write
Writes a string or a byte vector to a file.
Syntax: <x> write <y>
; write[<x>; <y>]
o)"aaa" write `:/tmp/t.txt
`:/tmp/t.txt
o)0x010203010203aff write `:/tmp/t.txt
`:/tmp/t.txt
o)