Home Explore Blog CI



nushell

commands/docs/help_pipe-and-redirect.md
f311419f639f0d137c1e97e68f2cdf85f80e124e0bfef87f0000000300000309
---
title: help pipe-and-redirect
categories: |
  core
version: 0.104.0
core: |
  Show help on nushell pipes and redirects.
usage: |
  Show help on nushell pipes and redirects.
editLink: false
contributors: false
---
<!-- This file is automatically generated. Please edit the command in https://github.com/nushell/nushell instead. -->

# `help pipe-and-redirect` for [core](/commands/categories/core.md)

<div class='command-title'>Show help on nushell pipes and redirects.</div>

## Signature

```> help pipe-and-redirect {flags} ```


## Input/output types:

| input   | output |
| ------- | ------ |
| nothing | table  |
## Notes
This command contains basic usage of pipe and redirect symbol, for more detail, check:
https://www.nushell.sh/lang-guide/chapters/pipelines.html

Chunks
ed934e73 (1st chunk of `commands/docs/help_pipe-and-redirect.md`)
Title: help pipe-and-redirect
Summary
The `help pipe-and-redirect` command in Nushell is designed to provide users with information on how to effectively utilize pipes and redirects within the Nushell environment. This command, categorized under the 'core' commands, offers a quick reference guide to the syntax and usage of these essential features. It serves as an entry point for understanding how to chain commands together using pipes, enabling the output of one command to be seamlessly passed as input to another. Furthermore, it clarifies the use of redirects for managing the flow of data, such as directing output to files or capturing errors. The command's output is a table containing help information. For a more in-depth understanding of pipelines and redirects, users are directed to the comprehensive pipelines chapter in the Nushell language guide available online, which offers detailed explanations and examples.