Skip to content

Commit

Permalink
Update docs/kb/named-pipes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Veronica Calescu <[email protected]>
  • Loading branch information
sshanks-kx and vcalescu authored Oct 18, 2024
1 parent a97e84b commit d3c4b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kb/named-pipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IBM,12:01:20.990,A,O,100,61.11
```

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`.
The following loads the CSV file via a FIFO without having the intermediary step of creating the unzipped file:
The following loads the CSV file through a FIFO without having the intermediary step of creating the unzipped file:

```q
q)system"rm -f fifo && mkfifo fifo"
Expand Down

0 comments on commit d3c4b5a

Please sign in to comment.