- Introduction
- Platform
- Tutorial
- FAQ
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
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)