Skip to content

Commit 0270a23

Browse files
authored
Merge pull request #376 from sshanks-kx/rsave
using script without linking to its orig
2 parents 25f1205 + 73fa75b commit 0270a23

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/ref/load.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ x y
4848
3 30
4949
```
5050

51+
The following example uses the tables created using the script [`sp.q`](https://raw.githubusercontent.com/KxSystems/kdb/master/sp.q)
5152
```q
5253
q)\l sp.q
5354
q)\mkdir -p cb
@@ -86,6 +87,7 @@ Where `x` is the table name as a symbol, the table is read from a directory of t
8687

8788
!!! tip "The usual, and more general, way of doing this is to use [`get`](get.md), which allows a table to be defined with a different name than the source directory."
8889

90+
The following example uses the table `sp` created using the script [`sp.q`](https://raw.githubusercontent.com/KxSystems/kdb/master/sp.q)
8991
```q
9092
q)\l sp.q
9193
q)rsave `sp / save splayed table

docs/ref/save.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ If the file
130130

131131
!!! tip "The usual and more general way of doing this is to use [`set`](get.md#set), which allows the target directory to be specified."
132132

133+
The following example uses the table `sp` created using the script [`sp.q`](https://raw.githubusercontent.com/KxSystems/kdb/master/sp.q)
133134
```q
134135
q)\l sp.q
135136
q)rsave `sp / save splayed table

0 commit comments

Comments
 (0)