Base.Pipe missing from the doc?

I cannot find Base.Pipe in the doc. Am I missing something, or is it actually missing from the doc?

On a similar note, where do I learn more on pipes, streams and IO besides the doc?

https://docs.julialang.org/en/v1/manual/running-external-programs/#Pipelines

1 Like

See Improve documentation for process interaction using pipes · Issue #24810 · JuliaLang/julia · GitHub and links therein. Base.Pipe also has a docstring you can access from the REPL, but it’s not included in the manual.

1 Like

Thanks! Glad to know it is a work in progress.