Skip to content

Commit d3c4b5a

Browse files
sshanks-kxvcalescu
andauthored
Update docs/kb/named-pipes.md
Co-authored-by: Veronica Calescu <vcalescu@kx.com>
1 parent a97e84b commit d3c4b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kb/named-pipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ IBM,12:01:20.990,A,O,100,61.11
5959
```
6060

6161
If the file is compressed into a ZIP archive (t.zip), the system command `unzip` has the option to uncompress to stdout, which can be combined with a `fifo`.
62-
The following loads the CSV file via a FIFO without having the intermediary step of creating the unzipped file:
62+
The following loads the CSV file through a FIFO without having the intermediary step of creating the unzipped file:
6363

6464
```q
6565
q)system"rm -f fifo && mkfifo fifo"

0 commit comments

Comments
 (0)